Remove unnecessary sudo in aur builder

This commit is contained in:
2024-04-20 12:09:47 +02:00
parent 3cd47bdf02
commit cbded3e6c6

View File

@@ -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