fix for confirmation/conflicts

This commit is contained in:
Luke Smith 2020-03-04 15:18:55 -05:00
parent 2d958a3cb4
commit 8a45d4f0b9
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -112,7 +112,7 @@ gitmakeinstall() {
aurinstall() { \ aurinstall() { \
dialog --title "LARBS Installation" --infobox "Installing \`$1\` ($n of $total) from the AUR. $1 $2" 5 70 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 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() { \ pipinstall() { \