forked from Spark/builder
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
|
||||
|
||||
# Upgrade
|
||||
pacman -Suy --noconfirm
|
||||
sudo pacman -Suy --noconfirm
|
||||
|
||||
# Workdir
|
||||
chown builder:builder /buildroot
|
||||
cd /buildroot
|
||||
|
||||
# Build the damn thing
|
||||
sudo -u builder git clone "$PKG_URL" .
|
||||
sudo -u builder makepkg -s --noconfirm -L
|
||||
git clone "$PKG_URL" .
|
||||
makepkg -s --noconfirm -L
|
||||
|
|
Loading…
Reference in New Issue
Block a user