From 71984cde3c431105772635e53a552414c03aa639 Mon Sep 17 00:00:00 2001 From: alvinlollo Date: Tue, 31 Mar 2026 07:29:19 +1100 Subject: [PATCH] Added affinity install with GUI by ryzendew --- installbeta.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/installbeta.sh b/installbeta.sh index e467aeb..519b402 100755 --- a/installbeta.sh +++ b/installbeta.sh @@ -82,6 +82,7 @@ OPTIONS=( 3 "Install Docker" OFF 4 "Install Pacman Packages" ON 5 "Install Yay and AUR Packages" ON + 6 "Install affinity with GUI" OFF ) CHOICE=$(whiptail --title "Installation Options" --checklist \ @@ -204,6 +205,27 @@ for selection in $CHOICE; do echo "+ sleep 10" && sleep 10 fi ;; + "6") + echo "Installing GUI dependencies" + if command -v pacman