Skip to content

Commit dd0c259

Browse files
bump bookworm 12.10.0 (#654)
1 parent 4193a4d commit dd0c259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iso/scripts/generate_dappnode_iso_debian.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
set -e
33

4-
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso
5-
ISO_NAME=debian-12.9.0-amd64-netinst.iso
4+
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.10.0-amd64-netinst.iso
5+
ISO_NAME=debian-12.10.0-amd64-netinst.iso
66
ISO_PATH="/images/${ISO_NAME}"
77
ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
8-
SHASUM="1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054 ${ISO_PATH}"
8+
SHASUM="ee8d8579128977d7dc39d48f43aec5ab06b7f09e1f40a9d98f2a9d149221704a ${ISO_PATH}"
99

1010
echo "Downloading debian ISO image: ${ISO_NAME}..."
1111
if [ ! -f ${ISO_PATH} ]; then

0 commit comments

Comments
 (0)