From 5e24944d0a3c3ae96b01a4afd80be60ccc1bf59f Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 17 Nov 2023 16:46:03 +0100 Subject: [PATCH] Some changes --- arch-setup/install.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 6f114881..850014fe 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -77,7 +77,6 @@ options=(0 "VirtManager" off # any option can be set to default to "on" 10 "Steam" off 11 "Lutris" off 12 "Citra" off - 13 "Minigalaxy" off 20 "Krita" off 21 "Gimp" off 31 "YT-dlp" on @@ -86,8 +85,8 @@ options=(0 "VirtManager" off # any option can be set to default to "on" 41 "Audacity" off 42 "k3b" off 60 "Discord" on - 61 "Element" on - 62 "Telegram" on + 61 "Element" off + 62 "Telegram" off 70 "TestSSL" off 80 "Onedriver" off) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) @@ -109,9 +108,6 @@ for choice in $choices; do 12) echo "citra-qt-git" >>"$setupdir/aurselectedpkgs.txt" ;; - 13) - echo "minigalaxy" >>"$setupdir/aurselectedpkgs.txt" - ;; 20) echo "krita" >> "$setupdir/selectedpkgs.txt" ;; @@ -167,7 +163,6 @@ do ;; 1) echo "corectrl" >> "$setupdir/aurselectedpkgs.txt" ->>>>>>> e733d5d1 (Prepare for sway. Remove old comments) ;; esac done