From e2b0472445d353c761d23f0713862aec7d71d372 Mon Sep 17 00:00:00 2001 From: godalming123 Date: Wed, 19 Jan 2022 16:35:32 +0000 Subject: [PATCH] fix aur helper bug --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 0323ee7..d9124bc 100644 --- a/startup.sh +++ b/startup.sh @@ -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" ;;