We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b459e commit 24c2427Copy full SHA for 24c2427
firmware.sh
@@ -1329,8 +1329,8 @@ function stock_menu() {
1329
read -e opt
1330
case $opt in
1331
1332
- 1) if [[ "$unlockMenu" = true || "$isChromeOS" = true || "$isFullRom" = false \
1333
- && "$isBootStub" = false && "$isUnsupported" = false && "$isEOL" = false ]]; then
+ 1) if [[ "$unlockMenu" = true || "$isEOL" = false && ("$isChromeOS" = true \
+ || "$isFullRom" = false && "$isBootStub" = false && "$isUnsupported" = false) ]]; then
1334
flash_rwlegacy
1335
fi
1336
menu_fwupdate
0 commit comments