File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ SCRIPTS_DIR=$(dirname "${BASH_SOURCE[0]}")
55
66source ${SCRIPTS_DIR} /common_iso_generation.sh
77
8- # Source = https://cdimage.debian.org/mirror/cdimage/archive/12.11.0/ amd64/iso-cd/debian-12.11 .0-amd64-netinst.iso
9- BASE_ISO_NAME=" debian-12.11 .0-amd64-netinst.iso"
8+ # Source = https://cdimage.debian.org/debian-cd/current/ amd64/iso-cd/debian-13.4 .0-amd64-netinst.iso
9+ BASE_ISO_NAME=" debian-13.4 .0-amd64-netinst.iso"
1010BASE_ISO_PATH=" /images/${BASE_ISO_NAME} "
11- BASE_ISO_URL=" https://cdimage.debian.org/mirror/cdimage/archive/12.11.0 /amd64/iso-cd/${BASE_ISO_NAME} "
12- BASE_ISO_SHASUM=" 30ca12a15cae6a1033e03ad59eb7f66a6d5a258dcf27acd115c2bd42d22640e8 ${BASE_ISO_PATH} "
11+ BASE_ISO_URL=" https://cdimage.debian.org/debian-cd/current /amd64/iso-cd/${BASE_ISO_NAME} "
12+ BASE_ISO_SHASUM=" 0b813535dd76f2ea96eff908c65e8521512c92a0631fd41c95756ffd7d4896dc ${BASE_ISO_PATH} "
1313
1414DAPPNODE_ISO_NAME=" ${DAPPNODE_ISO_PREFIX}${BASE_ISO_NAME} "
1515DAPPNODE_ISO_PATH=" /images/${DAPPNODE_ISO_NAME} "
You can’t perform that action at this time.
0 commit comments