kek
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
2f3ab1be25
commit
449509113f
7
build
7
build
|
@ -6,12 +6,11 @@ export LC_ALL=en_US.UTF-8
|
||||||
export PKG_URL=$1
|
export PKG_URL=$1
|
||||||
|
|
||||||
# Upgrade
|
# Upgrade
|
||||||
pacman -Suy --noconfirm
|
sudo pacman -Suy --noconfirm
|
||||||
|
|
||||||
# Workdir
|
# Workdir
|
||||||
chown builder:builder /buildroot
|
|
||||||
cd /buildroot
|
cd /buildroot
|
||||||
|
|
||||||
# Build the damn thing
|
# Build the damn thing
|
||||||
sudo -u builder git clone "$PKG_URL" .
|
git clone "$PKG_URL" .
|
||||||
sudo -u builder makepkg -s --noconfirm -L
|
makepkg -s --noconfirm -L
|
||||||
|
|
Loading…
Reference in New Issue
Block a user