Skip to content

Commit

Permalink
Update shasum
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Nov 12, 2024
1 parent 2fc7603 commit cf757ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso/scripts/generate_dappnode_iso_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
ISO_NAME=debian-12.8.0-amd64-netinst.iso
ISO_PATH="/images/${ISO_NAME}"
ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
SHASUM="8fde79cfc6b20a696200fc5c15219cf6d721e8feb367e9e0e33a79d1cb68fa83 ${ISO_PATH}"
SHASUM="04396d12b0f377958a070c38a923c227832fa3b3e18ddc013936ecf492e9fbb3 ${ISO_PATH}"

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

0 comments on commit cf757ba

Please sign in to comment.