add web-greeter
This commit is contained in:
parent
3e22d5967a
commit
d4e0c29bae
7 changed files with 12 additions and 0 deletions
12
repo-gen.sh
12
repo-gen.sh
|
@ -6,26 +6,38 @@ 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
|
||||||
|
git pull
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd ..
|
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
|
||||||
|
git pull
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://aur.archlinux.org/ckbcomp.git
|
git clone https://aur.archlinux.org/ckbcomp.git
|
||||||
cd ckbcomp
|
cd ckbcomp
|
||||||
|
git pull
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://aur.archlinux.org/calamares.git
|
git clone https://aur.archlinux.org/calamares.git
|
||||||
cd calamares
|
cd calamares
|
||||||
|
git pull
|
||||||
makepkg
|
makepkg
|
||||||
mv ./*.pkg.tar.zst ../../x86_64
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
git clone https://aur.archlinux.org/web-greeter.git
|
||||||
|
cd web-greeter
|
||||||
|
git pull
|
||||||
|
makepkg
|
||||||
|
mv ./*.pkg.tar.zst ../../x86_64
|
||||||
|
|
||||||
cd ../../
|
cd ../../
|
||||||
# packaging phase
|
# packaging phase
|
||||||
# x86_64
|
# x86_64
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue