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