Update install.sh

This commit is contained in:
RealStickman 2020-06-21 17:17:40 +00:00
parent f6dc2fe7f9
commit 65240b46ff

View File

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