Add minigalaxy
This commit is contained in:
parent
27898ecd79
commit
a4bdcd3739
@ -96,6 +96,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
|||||||
11 "Lutris" off
|
11 "Lutris" off
|
||||||
12 "Citra" off
|
12 "Citra" off
|
||||||
13 "Cemu" off
|
13 "Cemu" off
|
||||||
|
14 "Minigalaxy" off
|
||||||
20 "Krita" off
|
20 "Krita" off
|
||||||
21 "Gimp" off
|
21 "Gimp" off
|
||||||
#30 "Youtube-dl" off
|
#30 "Youtube-dl" off
|
||||||
@ -134,6 +135,9 @@ do
|
|||||||
13)
|
13)
|
||||||
echo "cemu" >> "$setupdir/aurselectedpkgs.txt"
|
echo "cemu" >> "$setupdir/aurselectedpkgs.txt"
|
||||||
;;
|
;;
|
||||||
|
14)
|
||||||
|
echo "minigalaxy" >> "$setupdir/aurselectedpkgs.txt"
|
||||||
|
;;
|
||||||
20)
|
20)
|
||||||
#in_krita=1
|
#in_krita=1
|
||||||
echo "krita" >> "$setupdir/selectedpkgs.txt"
|
echo "krita" >> "$setupdir/selectedpkgs.txt"
|
||||||
|
Loading…
Reference in New Issue
Block a user