We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4193a4d commit dd0c259Copy full SHA for dd0c259
iso/scripts/generate_dappnode_iso_debian.sh
@@ -1,11 +1,11 @@
1
#!/bin/bash
2
set -e
3
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
+# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.10.0-amd64-netinst.iso
+ISO_NAME=debian-12.10.0-amd64-netinst.iso
6
ISO_PATH="/images/${ISO_NAME}"
7
ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
8
-SHASUM="1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054 ${ISO_PATH}"
+SHASUM="ee8d8579128977d7dc39d48f43aec5ab06b7f09e1f40a9d98f2a9d149221704a ${ISO_PATH}"
9
10
echo "Downloading debian ISO image: ${ISO_NAME}..."
11
if [ ! -f ${ISO_PATH} ]; then
0 commit comments