remove /results stuff

This commit is contained in:
askiiart 2024-10-01 22:51:28 -05:00
parent 49de13400e
commit bf63fefcb9
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -12,7 +12,6 @@ git clone https://git.askiiart.net/askiiart-blendos/akshara
cd ./akshara/
git switch packaging
makepkg -s -c -C --noconfirm --noprogressbar
cp ./*.pkg.tar.* /results
cd ..
rm -rf ./akshara/
@ -20,21 +19,18 @@ git clone https://git.askiiart.net/askiiart-blendos/blend
cd ./blend/
git switch packaging
makepkg -s -c -C --noconfirm --noprogressbar
cp ./*.pkg.tar.* /results
cd ..
rm -rf ./blend/
git clone https://git.askiiart.net/askiiart-blendos/blend-inst
cd ./blend-inst/
makepkg -s -c -C --noconfirm --noprogressbar
cp ./*.pkg.tar.* /results
cd ..
rm -rf ./blend-inst/
git clone https://github.com/blend-os/blend-web-store-pkg
cd ./blend-web-store-pkg/
makepkg -s -c -C --noconfirm --noprogressbar
cp ./*.pkg.tar.* /results
cd ..
rm -rf ./blend-web-store-pkg/