From 9aeba09d470c656ebc314da28777f17384f96207 Mon Sep 17 00:00:00 2001 From: mfgbhatti Date: Sun, 20 Feb 2022 17:34:40 +0000 Subject: [PATCH] adding none to AURHELPER --- 2-user.sh | 3 +++ startup.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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