Merge pull request 'Fix ISO URL' (#19) from testing into develop

Reviewed-on: #19
This commit is contained in:
Samuel Vermeulen 2023-11-05 16:56:02 +01:00
commit 8b46c6fc94

View File

@ -5,7 +5,7 @@
set -e
ISO="live-svprognu-bullseye_x64.iso"
ISO="live-svprognu-bullseye_amd64.iso"
while getopts ":r d:" opt; do