Add missing artifacts path on ISO

This commit is contained in:
Joshua Boniface 2019-06-14 15:02:03 -04:00
parent 5ccfd05e28
commit adaabaf9f5
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."