This commit is contained in:
godalming123 2022-01-18 19:59:07 +00:00 committed by GitHub
parent ff0dc59bdb
commit b58df0efa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -114,7 +114,7 @@ Pick your AUR helper:
1) yay 1) yay
2) paru 2) paru
3) other 3) other
3) none 4) none
" "
read -p "AUR helper:" aurHelperNum read -p "AUR helper:" aurHelperNum
case aurHelperNum in case aurHelperNum in
@ -125,7 +125,7 @@ case aurHelperNum in
set_option AURHELPER "paru" set_option AURHELPER "paru"
;; ;;
"3") "3")
read -p "AUR helper (must be packadge in AUR):" aurHelper read -p "AUR helper (must be packadge in AUR): " aurHelper
set_option AURHELPER aurHelper set_option AURHELPER aurHelper
;; ;;
"4") "4")
@ -134,7 +134,6 @@ case aurHelperNum in
*) *)
echo "" echo ""
echo "that is a invalid option" echo "that is a invalid option"
echo ""
aurHelper aurHelper
;; ;;
esac esac