From 69ce6284caf8a1ab008860e98ad28fbf1277126d Mon Sep 17 00:00:00 2001 From: bouhaa Date: Thu, 6 Jul 2023 23:31:30 +0200 Subject: [PATCH] Update install.sh Don't check unstable builds here. --- chimeraos/airootfs/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimeraos/airootfs/root/install.sh b/chimeraos/airootfs/root/install.sh index 578936f..1c5a777 100755 --- a/chimeraos/airootfs/root/install.sh +++ b/chimeraos/airootfs/root/install.sh @@ -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..."