Skip to content

Commit

Permalink
Fix SHASUM
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha committed Jul 24, 2023
1 parent 125e9c2 commit e84db34
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.1.0-amd64-netinst.iso
ISO_PATH="/images/${ISO_NAME}"
ISO_URL=https://cdimage.debian.org/debian-cd/12.1.0/amd64/iso-cd/
SHASUM="3b0e9718e3653435f20d8c2124de6d363a51a1fd7f911b9ca0c6db6b3d30d53e ${ISO_PATH}"
SHASUM="9f181ae12b25840a508786b1756c6352a0e58484998669288c4eec2ab16b8559 ${ISO_PATH}"

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

0 comments on commit e84db34

Please sign in to comment.