diff --git a/larbs.sh b/larbs.sh index 6414773..2dbbfa5 100644 --- a/larbs.sh +++ b/larbs.sh @@ -112,7 +112,7 @@ gitmakeinstall() { aurinstall() { \ dialog --title "LARBS Installation" --infobox "Installing \`$1\` ($n of $total) from the AUR. $1 $2" 5 70 echo "$aurinstalled" | grep "^$1$" >/dev/null 2>&1 && return - sudo -u "$name" $aurhelper -S --noconfirm "$1" >/dev/null 2>&1 + sudo -u "$name" yes | $aurhelper -S --noconfirm "$1" >/dev/null 2>&1 } pipinstall() { \