fix aur helper bug

This commit is contained in:
godalming123 2022-01-19 16:35:32 +00:00 committed by GitHub
parent b58df0efa3
commit e2b0472445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Pick your AUR helper:
4) none
"
read -p "AUR helper:" aurHelperNum
case aurHelperNum in
case $aurHelperNum in
"1")
set_option AURHELPER "yay"
;;