Use OS variable

This commit is contained in:
Max 2023-07-30 21:52:22 +00:00
parent 5a779f64bd
commit f539c5245c

View file

@ -13,7 +13,7 @@ BRIDGE=vmbr0,tag=208
set -e set -e
virt-builder debian-12 -o ${NAME}.qcow2 --format qcow2 \ virt-builder ${OS} -o ${NAME}.qcow2 --format qcow2 \
--root-password disabled \ --root-password disabled \
--update \ --update \
--run-command 'apt dist-upgrade -y' \ --run-command 'apt dist-upgrade -y' \