From 7a1494734d527b174c57e10366266b364f7e543f Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 23 Aug 2020 18:33:25 +0000 Subject: [PATCH] Update install.sh --- arch-setup/install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 6ba2dae5..fd945c06 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -19,7 +19,7 @@ cmd=(dialog --separate-output --checklist "Select Desktop environment/Window man options=(1 "[DE] xfce4" off # any option can be set to default to "on" 2 "[WM] i3-gaps" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) -clear +#clear for choice in $choices do case $choice in @@ -44,7 +44,7 @@ options=(1 "Firefox" on # any option can be set to default to "on" 6 "Icecat" off 7 "Torbrowser" on) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) -clear +#clear for choice in $choices do case $choice in @@ -97,7 +97,7 @@ options=(1 "VirtManager" off # any option can be set to default to "on" 15 "Bettergram (Telegram Client)" on 16 "Pycharm") choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) -clear +#clear for choice in $choices do case $choice in @@ -172,7 +172,7 @@ done cmd=(dialog --separate-output --checklist "Report installed packages?" 22 76 16) options=(1 "pkgstats" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) -clear +#clear for choice in $choices do case $choice in