Skip to content

Commit

Permalink
Bump bookworm to 12.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Feb 12, 2025
1 parent d382f3b commit 650205a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iso/scripts/generate_dappnode_iso_debian.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
set -e

# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso
ISO_NAME=debian-12.8.0-amd64-netinst.iso
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso
ISO_NAME=debian-12.9.0-amd64-netinst.iso
ISO_PATH="/images/${ISO_NAME}"
ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
SHASUM="04396d12b0f377958a070c38a923c227832fa3b3e18ddc013936ecf492e9fbb3 ${ISO_PATH}"
SHASUM="1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054 ${ISO_PATH}"

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

0 comments on commit 650205a

Please sign in to comment.