mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
drop sudo from makepkg
This commit is contained in:
parent
02e6aa687c
commit
766513f495
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user