From 1a1105da4d9bcd1fbfc946ab678d894e7521e42a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 15 Mar 2021 14:34:30 +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 095d298d..febcdf40 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -220,13 +220,13 @@ done #in_pkgstats=0 cmd=(dialog --separate-output --checklist "Report installed packages?" 22 76 16) -options=(1 "pkgstats" off) +options=(0 "pkgstats" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) clear for choice in $choices do case $choice in - 1) + 0) #in_pkgstats=1 echo "pkgstats" >> "$setupdir/selectedpkgs.txt" ;;