Added Mirage
This commit is contained in:
parent
08155ec683
commit
331ba7956b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user