Skip to content

Commit

Permalink
Shorten ISO_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Nov 9, 2023
1 parent 2726b3b commit b8cafac
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 @@ -4,7 +4,7 @@ set -e
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.2.0-amd64-netinst.iso
ISO_NAME=debian-12.2.0-amd64-netinst.iso
ISO_PATH="/images/${ISO_NAME}"
ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.2.0-amd64-netinst.iso
ISO_URL=https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
SHASUM="23ab444503069d9ef681e3028016250289a33cc7bab079259b73100daee0af66 ${ISO_PATH}"

echo "Downloading debian ISO image: ${ISO_NAME}..."
Expand Down

0 comments on commit b8cafac

Please sign in to comment.