fix: avoid paru in build script
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
sudo chown build:build . -R
|
|
||||||
set -e
|
set -e
|
||||||
|
sudo chown build:build . -R
|
||||||
git clone https://aur.archlinux.org/renpy-git.git
|
git clone https://aur.archlinux.org/renpy-git.git
|
||||||
cd renpy-git
|
cd renpy-git
|
||||||
paru -Sy
|
sudo pacman -Sy
|
||||||
patch PKGBUILD ../1_local_repo.patch
|
patch PKGBUILD ../1_local_repo.patch
|
||||||
makepkg -s --noconfirm
|
makepkg -s --noconfirm
|
||||||
ls
|
ls
|
||||||
|
|||||||
Reference in New Issue
Block a user