From fee0cf0a5444cabe6d3f1dfbfdbac3ab418f5a74 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 15 Jul 2022 15:18:29 +0200 Subject: [PATCH] Remove cemu --- arch-setup/install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 43dc5c42..8a17519c 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -95,8 +95,7 @@ options=(0 "VirtManager" off # any option can be set to default to "on" 10 "Steam" off 11 "Lutris" off 12 "Citra" off - 13 "Cemu" off - 14 "Minigalaxy" off + 13 "Minigalaxy" off 20 "Krita" off 21 "Gimp" off #30 "Youtube-dl" off @@ -133,9 +132,6 @@ do echo "citra-qt-git" >> "$setupdir/aurselectedpkgs.txt" ;; 13) - echo "cemu" >> "$setupdir/aurselectedpkgs.txt" - ;; - 14) echo "minigalaxy" >> "$setupdir/aurselectedpkgs.txt" ;; 20)