From 535d5afcf9e1df6e88133a9f739937a27a082e9a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 15 Mar 2021 14:32:13 +0100 Subject: [PATCH] Change number --- arch-setup/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 7969b9d4..36453503 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -152,13 +152,13 @@ done in_acpufreq=0 cmd=(dialog --separate-output --checklist "Performance and Battery life" 22 76 16) -options=(1 "auto-cpufreq" off) +options=(0 "auto-cpufreq" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) clear for choice in $choices do case $choice in - 1) + 0) in_acpufreq=1 echo "auto-cpufreq-git" >> "$setupdir/aurselectedpkgs.txt" # TODO Handle rest of installation