Add missing artifacts path on ISO

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:53 -04:00
parent 026f7d093f
commit b5edeb9b1d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ prepare_iso() {
mkdir ${tempdir}/rootfs/ ${tempdir}/installer/ &>/dev/null || fail "Error creating temporary directories." mkdir ${tempdir}/rootfs/ ${tempdir}/installer/ &>/dev/null || fail "Error creating temporary directories."
echo "done." echo "done."
if [[ ! -f ${srcliveisofile} ]]; then if [[ ! -f artifacts/${srcliveisofile} ]]; then
echo -n "Downloading Debian Live ISO... " echo -n "Downloading Debian Live ISO... "
wget -O artifacts/${srcliveisofile} ${srcliveisourl} &>/dev/null || fail "Error downloading source ISO." wget -O artifacts/${srcliveisofile} ${srcliveisourl} &>/dev/null || fail "Error downloading source ISO."
echo "done." echo "done."