Skip to content

Commit

Permalink
Updated Debian version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimog01 committed Nov 29, 2022
1 parent 8a6ed61 commit d077920
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
Expand Up @@ -2,10 +2,10 @@
set -e

# Source = https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/amd64/iso-cd/
ISO_NAME=firmware-11.1.0-amd64-netinst.iso
ISO_NAME=firmware-11.5.0-amd64-netinst.iso
ISO_PATH="/images/${ISO_NAME}"
ISO_URL=http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/11.1.0+nonfree/amd64/iso-cd/
SHASUM="baab78aa4dac175511915a20b095da69131ef5c84b73e637a6933c03b561cdfd ${ISO_PATH}"
ISO_URL=https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.5.0+nonfree/amd64/iso-cd/
SHASUM="ce1dcd1fa272976ddc387554202013e69ecf1b02b38fba4f8c35c8b12b8f521e ${ISO_PATH}"

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

0 comments on commit d077920

Please sign in to comment.