oopsies
This commit is contained in:
parent
25850a7fc7
commit
0d10e30309
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue