diff --git a/2-user.sh b/2-user.sh index 1eefd9f..4a3b6e0 100755 --- a/2-user.sh +++ b/2-user.sh @@ -39,6 +39,9 @@ case "$AURHELPER" in "pikaur") git clone "https://aur.archlinux.org/pikaur.git" ;; +none) + echo "No AUR helper is selected. Skipping..." + ;; *) something_failed ;; diff --git a/startup.sh b/startup.sh index e5c33d2..0e5b6ff 100644 --- a/startup.sh +++ b/startup.sh @@ -490,7 +490,7 @@ set_desktop() { set_aur_helper() { title "Select your preferred AUR helper" - SELECTION=("yay" "trizen" "aurman" "aura" "pikaur") + SELECTION=("yay" "trizen" "aurman" "aura" "pikaur" "none") PS3="$PROMPT" select OPT in "${SELECTION[@]}"; do if elements_present "$OPT" "${SELECTION[@]}"; then