summaryrefslogtreecommitdiff
path: root/larbs.sh
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-04 15:18:55 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-03-04 15:18:55 -0500
commit8a45d4f0b9443e1ed69d4973d5134b13d08b7ce0 (patch)
tree15f5f5eeedbd90ca49b8d2bb56d5893a9029a969 /larbs.sh
parent2d958a3cb4156c71e79aa5015a57610538ebc6bb (diff)
fix for confirmation/conflicts
Diffstat (limited to 'larbs.sh')
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
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() { \