@@ -6,11 +6,12 @@ export LC_ALL=en_US.UTF-8
|
||||
export PKG_URL=$1
|
||||
|
||||
# Upgrade
|
||||
sudo pacman -Suy --noconfirm
|
||||
pacman -Suy --noconfirm
|
||||
|
||||
# Workdir
|
||||
chown -R builder:builder /.gnupg
|
||||
cd /buildroot
|
||||
|
||||
# Build the damn thing
|
||||
git clone "$PKG_URL" .
|
||||
makepkg -s --noconfirm -L
|
||||
sudo -u builder git clone "$PKG_URL" .
|
||||
sudo -u builder GNUPGHOME="/.gnupg" makepkg -s --noconfirm -L
|
||||
|
Reference in New Issue
Block a user