From 7b3912e694f5e69ad1833f971413faaf6acf28af Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 11 Mar 2020 14:12:16 -0400 Subject: [PATCH] libxft-rgba and aur progs fix --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 375aa51..cd6deff 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" yes | $aurhelper -S --noconfirm "$1" >/dev/null 2>&1 + yes | sudo -u "$name" $aurhelper -S "$1" >/dev/null 2>&1 } pipinstall() { \