fix aur helper bug
This commit is contained in:
parent
b58df0efa3
commit
e2b0472445
|
|
@ -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"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue