This commit is contained in:
parent
bf63fefcb9
commit
8a5294fd53
1 changed files with 24 additions and 0 deletions
|
@ -34,6 +34,30 @@ makepkg -s -c -C --noconfirm --noprogressbar
|
|||
cd ..
|
||||
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/
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue