Added Mirage

This commit is contained in:
RealStickman 2020-07-17 09:30:11 +00:00
parent 08155ec683
commit 331ba7956b

View File

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