add web-greeter

This commit is contained in:
nelle 2023-08-08 21:22:55 -06:00
parent 3e22d5967a
commit d4e0c29bae
7 changed files with 12 additions and 0 deletions

View file

@ -6,26 +6,38 @@ cd working
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
git pull
makepkg
mv ./*.pkg.tar.zst ../../x86_64
cd ..
git clone https://aur.archlinux.org/mkinitcpio-openswap.git
cd mkinitcpio-openswap
git pull
makepkg
mv ./*.pkg.tar.zst ../../x86_64
cd ..
git clone https://aur.archlinux.org/ckbcomp.git
cd ckbcomp
git pull
makepkg
mv ./*.pkg.tar.zst ../../x86_64
cd ..
git clone https://aur.archlinux.org/calamares.git
cd calamares
git pull
makepkg
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 ../../
# packaging phase
# x86_64

Binary file not shown.

Binary file not shown.