This commit is contained in:
nelle 2023-08-08 06:23:28 -06:00
parent 25850a7fc7
commit 0d10e30309
2 changed files with 4 additions and 3 deletions

View file

@ -1,24 +1,25 @@
#!/bin/bash
# building phase
cd working
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg
mv ./*.pkg.tar.zst ../../x86_64
cd working
cd ..
git clone https://aur.archlinux.org/mkinitcpio-openswap.git
cd mkinitcpio-openswap
makepkg
mv ./*.pkg.tar.zst ../../x86_64
cd working
cd ..
git clone https://aur.archlinux.org/ckbcomp.git
cd ckbcomp
makepkg
mv ./*.pkg.tar.zst ../../x86_64
cd working
cd ..
git clone https://aur.archlinux.org/calamares.git
cd calamares
makepkg