Add calamares
This commit is contained in:
parent
a2b2674e72
commit
25850a7fc7
1 changed files with 18 additions and 0 deletions
18
repo-gen.sh
Normal file → Executable file
18
repo-gen.sh
Normal file → Executable file
|
@ -6,6 +6,24 @@ cd paru-bin
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
|
cd working
|
||||||
|
git clone https://aur.archlinux.org/mkinitcpio-openswap.git
|
||||||
|
cd mkinitcpio-openswap
|
||||||
|
makepkg
|
||||||
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
|
cd working
|
||||||
|
git clone https://aur.archlinux.org/ckbcomp.git
|
||||||
|
cd ckbcomp
|
||||||
|
makepkg
|
||||||
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
|
cd working
|
||||||
|
git clone https://aur.archlinux.org/calamares.git
|
||||||
|
cd calamares
|
||||||
|
makepkg
|
||||||
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
# packaging phase
|
# packaging phase
|
||||||
# x86_64
|
# x86_64
|
||||||
rm ./x86_64/obos-core-repo.db
|
rm ./x86_64/obos-core-repo.db
|
||||||
|
|
Loading…
Reference in a new issue