Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Don't check unstable builds here.
  • Loading branch information
BoukeHaarsma23 authored Jul 6, 2023
1 parent 773c898 commit 69ce628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chimeraos/airootfs/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MENU_SELECT=$(whiptail --menu "Installer Options" 25 75 10 \
if [ "$MENU_SELECT" = "Advanced Install" ]; then
OPTIONS=$(whiptail --separate-output --checklist "Choose options" 10 55 4 \
"Use Firmware Overrides" "DSDT/EDID" OFF \
"Unstable Builds" "" ON 3>&1 1>&2 2>&3)
"Unstable Builds" "" OFF 3>&1 1>&2 2>&3)

if echo "$OPTIONS" | grep -q "Use Firmware Overrides"; then
echo "Enabling firmware overrides..."
Expand Down

0 comments on commit 69ce628

Please sign in to comment.