This commit is contained in:
parent
dacdcc6ff3
commit
46e85e458d
1 changed files with 6 additions and 1 deletions
7
build.sh
7
build.sh
|
@ -1,9 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo '
|
||||
[askiiart]
|
||||
SigLevel = Optional
|
||||
Server = https://askiiart.net/repos/archlinux/$arch' >> /etc/pacman.conf
|
||||
|
||||
pacman -Sy archiso git --noconfirm
|
||||
git clone https://git.blendos.co/blendOS/image-builder.git
|
||||
cd image-builder
|
||||
sudo mkarchiso -v -w workdir/ -o out/ .
|
||||
mkarchiso -v -w workdir/ -o out/ .
|
||||
|
||||
cd ./out/
|
||||
filename=$(find . -mindepth 1 -maxdepth 1 -name "blendOS-*.iso")
|
||||
|
|
Loading…
Reference in a new issue