remove /results stuff
This commit is contained in:
parent
49de13400e
commit
bf63fefcb9
1 changed files with 0 additions and 4 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue