From 7f97088310948e0a9726a173f7e977de1a2c1f53 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 23 Aug 2020 18:39:35 +0000 Subject: [PATCH] Update install.sh --- arch-setup/install.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 0df4ae9d..09dd4b5c 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -133,14 +133,14 @@ do esac done +#this block does not show up cmd=(dialog --separate-output --checklist "Select more programs:" 22 76 16) options=(1 "Audacity" off 2 "MangoHud" off 3 "Easystroke" on 4 "Liferea" off 5 "Mirage" on - 6 "Bettergram" on - 7 "Pycharm") + 6 "Bettergram" on) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) #clear for choice in $choices @@ -171,10 +171,6 @@ do sudo yay -S --needed bettergram echo Installed Bettergram ;; - 7) - sudo pacman -S --needed pycharm-community-edition - echo Installed Pycharm - ;; esac done