drop sudo from makepkg

This commit is contained in:
Alex Bates 2020-08-17 18:09:42 +01:00
parent 02e6aa687c
commit 766513f495
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -40,7 +40,7 @@ if command -v pacman &> /dev/null; then
git clone "https://aur.archlinux.org/$PKG.git" || exit 1
cd $PKG
sudo makepkg -si || exit 1
makepkg -si || exit 1
cd ..
rm -rf $PKG
fi