From 211f58d1b98c8c69f0297711d5892c06cb9987be Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 17 Jun 2020 08:04:27 +0000 Subject: [PATCH] Added Easystroke --- arch-setup/install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index d878c19a..7bf760b0 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -80,7 +80,8 @@ options=(1 "VirtManager" off # any option can be set to default to "on" 8 "Handbrake" off 9 "Gimp" off 10 "Audacity" off - 11 "MangoHud" off) + 11 "MangoHud" off + 12 "Easystroke" on) choices=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty) clear for choice in $choices @@ -131,6 +132,10 @@ do ./MangoHud/build.sh install echo Installed MangoHud ;; + 12) + sudo yay -S --needed easystroke + echo Installed Easystroke + ;; esac done