Added Easystroke

This commit is contained in:
RealStickman 2020-06-17 08:04:27 +00:00
parent deb0f12963
commit 211f58d1b9

View File

@ -80,7 +80,8 @@ options=(1 "VirtManager" off # any option can be set to default to "on"
8 "Handbrake" off 8 "Handbrake" off
9 "Gimp" off 9 "Gimp" off
10 "Audacity" off 10 "Audacity" off
11 "MangoHud" off) 11 "MangoHud" off
12 "Easystroke" on)
choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
clear clear
for choice in $choices for choice in $choices
@ -131,6 +132,10 @@ do
./MangoHud/build.sh install ./MangoHud/build.sh install
echo Installed MangoHud echo Installed MangoHud
;; ;;
12)
sudo yay -S --needed easystroke
echo Installed Easystroke
;;
esac esac
done done