improve
This commit is contained in:
parent
ff0dc59bdb
commit
b58df0efa3
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue