diff --git a/arch-setup/install.sh b/arch-setup/install.sh index bdf41fad..1cc44e2e 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -82,7 +82,6 @@ done #in_gimp=0 #in_audacity=0 #in_mangohud=0 -#in_easystrokes=0 #in_liferea=0 #in_fractal=0 #in_bettergram=0 @@ -104,7 +103,6 @@ options=(0 "VirtManager" off # any option can be set to default to "on" 32 "Megatools" off 40 "Handbrake" off 41 "Audacity" off - 50 "Easystroke" on 60 "Discord" on 61 "Element" on 62 "Telegram" on @@ -164,10 +162,6 @@ do #echo "audacity" >> "$setupdir/selectedpkgs.txt" echo "The situation with audacity is unknown right now. Check for FOSS no-telemetry forks" ;; - 50) - #in_easystrokes=1 - echo "easystroke" >> "$setupdir/aurselectedpkgs.txt" - ;; 60) #in_discord=1 #echo "discord" >> "$setupdir/selectedpkgs.txt" @@ -558,15 +552,6 @@ else fi ' -: ' -if [ $in_easystrokes -eq 1 ]; then - echo "Installing Easystrokes" - paru -S --needed easystroke -else - echo "Skipping Easystrokes" -fi -' - : ' if [ $in_liferea -eq 1 ]; then echo "Installing Liferea"