windvn/path/wdvn-automake
2022-09-26 11:09:31 +02:00

14 lines
339 B
Bash
Executable File

#!/bin/bash
set -e
if [ -d "output" ]; then
rm -rf "output"
fi
wdvn-make output base hardware graphical graphical-xfce4 live finish
wdvn-image-iso output "$(wdvn-name).iso"
rm -rf "output"
source wdvn-env-amd64
wdvn-make output base hardware graphical graphical-xfce4 live finish
wdvn-image-iso output "$(wdvn-name).iso"
rm -rf "output"