commit 7b3912e694f5e69ad1833f971413faaf6acf28af
parent 6518a0dbbe2ea100d1e35ec1dd1b9d99b26451ed
Author: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 11 Mar 2020 14:12:16 -0400
libxft-rgba and aur progs fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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() { \