summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-11 14:12:16 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-03-11 14:12:16 -0400
commit7b3912e694f5e69ad1833f971413faaf6acf28af (patch)
treecb74912abb6617993d06034abb7e5a60e4227809
parent6518a0dbbe2ea100d1e35ec1dd1b9d99b26451ed (diff)
libxft-rgba and aur progs fix
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
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() { \