mirror of
https://github.com/Dasharo/scripts.git
synced 2026-03-06 14:51:26 -08:00
fix crossystem flags not being set due to typo
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ function flash_rwlegacy()
|
||||
cd /tmp
|
||||
|
||||
# set dev mode boot flags
|
||||
if [ "${isChromeos}" = true ]; then
|
||||
if [ "${isChromeOS}" = true ]; then
|
||||
crossystem dev_boot_legacy=1 dev_boot_signed_only=0 > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user