add missing packages
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-10-02 22:25:00 -05:00
parent bf63fefcb9
commit 8a5294fd53
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -34,6 +34,30 @@ makepkg -s -c -C --noconfirm --noprogressbar
cd .. cd ..
rm -rf ./blend-web-store-pkg/ rm -rf ./blend-web-store-pkg/
git clone https://git.blendos.co/blendOS/packaging/filesystem-blend.git
cd ./filesystem-blend/
makepkg -s -c -C --noconfirm --noprogressbar
cd ..
rm -rf ./filesystem-blend/
git clone https://git.blendos.co/blendOS/packaging/blendos-wallpapers.git
cd ./blendos-wallpapers/
makepkg -s -c -C --noconfirm --noprogressbar
cd ..
rm -rf ./blendos-wallpapers/
git clone https://git.blendos.co/blendOS/packaging/jade-gui.git
cd ./jade-gui/
makepkg -s -c -C --noconfirm --noprogressbar
cd ..
rm -rf ./jade-gui/
git clone https://git.blendos.co/blendOS/packaging/jade-gui-postinst
cd ./jade-gui-postinst/
makepkg -s -c -C --noconfirm --noprogressbar
cd ..
rm -rf ./jade-gui-postinst/
cd /repo/ cd /repo/
rm -rf ./tmp/arch-workdir rm -rf ./tmp/arch-workdir
repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "askiiart.db.tar.zst" ! -name "askiiart.files.tar.zst") repo-add ./askiiart.db.tar.zst $(find . -name "*.tar.zst" ! -name "askiiart.db.tar.zst" ! -name "askiiart.files.tar.zst")