diff --git a/startup.sh b/startup.sh index d9124bc..cdd1659 100644 --- a/startup.sh +++ b/startup.sh @@ -116,7 +116,7 @@ Pick your AUR helper: 3) other 4) none " -read -p "AUR helper:" aurHelperNum +read -p "AUR helper: " aurHelperNum case $aurHelperNum in "1") set_option AURHELPER "yay"