mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
noobs: single quotes break json (backport)
This commit is contained in:
parent
a83c01f79d
commit
f266c91e79
@ -63,7 +63,7 @@
|
||||
NOOBS_HEX="2,3,4,5,6,7,8,9,d,e,f,10,11,12,14,19,0092,0093"
|
||||
|
||||
# NOOBS supported model versions
|
||||
NOOBS_SUPPORTED_MODELS="'Pi Model','Pi Compute Module','Pi Zero'"
|
||||
NOOBS_SUPPORTED_MODELS='"Pi Model","Pi Compute Module","Pi Zero"'
|
||||
|
||||
################################################################################
|
||||
# setup build defaults
|
||||
|
@ -63,7 +63,7 @@
|
||||
NOOBS_HEX="1040,1041,2082"
|
||||
|
||||
# NOOBS supported model versions
|
||||
NOOBS_SUPPORTED_MODELS="'Pi 2','Pi 3'"
|
||||
NOOBS_SUPPORTED_MODELS='"Pi 2","Pi 3"'
|
||||
|
||||
################################################################################
|
||||
# setup build defaults
|
||||
|
Loading…
x
Reference in New Issue
Block a user