File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/debian-cd/current/amd64/iso-cd/debian-13.4 .0-amd64-netinst.iso
9- BASE_ISO_NAME=" debian-13.4 .0-amd64-netinst.iso"
8+ # Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-13.5 .0-amd64-netinst.iso
9+ BASE_ISO_NAME=" debian-13.5 .0-amd64-netinst.iso"
1010BASE_ISO_PATH=" /images/${BASE_ISO_NAME} "
1111BASE_ISO_URL=" https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/${BASE_ISO_NAME} "
12- BASE_ISO_SHASUM=" 0b813535dd76f2ea96eff908c65e8521512c92a0631fd41c95756ffd7d4896dc ${BASE_ISO_PATH} "
12+ BASE_ISO_SHASUM=" 95838884f5ea6c82421dfe6baaa5a639dbbe6756c1e380f9fe7a7cb0c1949d2a ${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