Add citra option
This commit is contained in:
parent
38a1cb8825
commit
82bb4d5856
@ -85,6 +85,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on"
|
|||||||
1 "VMWare Workstation 15" off
|
1 "VMWare Workstation 15" off
|
||||||
10 "Steam" off
|
10 "Steam" off
|
||||||
11 "Lutris" off
|
11 "Lutris" off
|
||||||
|
12 "Citra" off
|
||||||
20 "Krita" off
|
20 "Krita" off
|
||||||
21 "Gimp" off
|
21 "Gimp" off
|
||||||
30 "Youtube-dl" off
|
30 "Youtube-dl" off
|
||||||
@ -116,6 +117,9 @@ do
|
|||||||
#in_lutris=1
|
#in_lutris=1
|
||||||
echo "lutris" >> "$setupdir/selectedpkgs.txt"
|
echo "lutris" >> "$setupdir/selectedpkgs.txt"
|
||||||
;;
|
;;
|
||||||
|
12)
|
||||||
|
echo "citra-qt-git" >> "$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