Remove unnecessary sudo in aur builder
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
|
||||
if ! pacman -Qq "${dep}" >/dev/null 2>&1 ; then
|
||||
installed=1
|
||||
sudo pacman -S --noconfirm --needed "${dep}"
|
||||
pacman -S --noconfirm --needed "${dep}"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user