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
|
#!/bin/bash
|
||||||
# building phase
|
# building phase
|
||||||
cd working
|
cd working
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/paru-bin.git
|
git clone https://aur.archlinux.org/paru-bin.git
|
||||||
cd paru-bin
|
cd paru-bin
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd working
|
cd ..
|
||||||
git clone https://aur.archlinux.org/mkinitcpio-openswap.git
|
git clone https://aur.archlinux.org/mkinitcpio-openswap.git
|
||||||
cd mkinitcpio-openswap
|
cd mkinitcpio-openswap
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd working
|
cd ..
|
||||||
git clone https://aur.archlinux.org/ckbcomp.git
|
git clone https://aur.archlinux.org/ckbcomp.git
|
||||||
cd ckbcomp
|
cd ckbcomp
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd working
|
cd ..
|
||||||
git clone https://aur.archlinux.org/calamares.git
|
git clone https://aur.archlinux.org/calamares.git
|
||||||
cd calamares
|
cd calamares
|
||||||
makepkg
|
makepkg
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue