Skip to content

Commit

Permalink
Fix download URL (pcengines#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
doktornotor authored Dec 9, 2023
1 parent c14e1e2 commit d1d378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apu_fw_updater_opnsense.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TYPE="apu2"
VERSION="4.15.0.3"

# Do not edit after this line
SRC="https://3mdeb.com/open-source-firmware/pcengines/${TYPE}/"
SRC="https://dl.3mdeb.com/open-source-firmware/pcengines/${TYPE}/"
PREFIX="${TYPE}_v${VERSION}"
FILE="${PREFIX}.rom"
CHECKSUM="${PREFIX}.SHA256"
Expand Down

0 comments on commit d1d378f

Please sign in to comment.