From 449509113f8354a75f89d27e5f54bfa56975900e Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 1 Mar 2021 09:37:02 +0300 Subject: [PATCH] kek Signed-off-by: fbt --- build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build b/build index 1bb9f48..f334e24 100755 --- a/build +++ b/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