Skip to content

Commit

Permalink
Fix firmware release path
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Dec 16, 2024
1 parent bc5d113 commit e6e8b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prep-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ set -e

mkdir firmware
trap 'rm -fr firmware' EXIT
wget -P firmware https://github.com/nethesis/nethserver-tancredi/releases/download/1.17.0/x3sg-5913-RECOVERY-P0.18.23.1.75-2.4.18.2-1217T2024-03-20-03.28.47.z https://github.com/nethesis/nethserver-tancredi/releases/download/1.17.0/x5u-6906-P0.18.23.142-2.4.13.1-3679T2024-11-25-16.18.11.z
wget -P firmware https://github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x3sg-5913-RECOVERY-P0.18.23.1.75-2.4.18.2-1217T2024-03-20-03.28.47.z https://github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x5u-6906-P0.18.23.142-2.4.13.1-3679T2024-11-25-16.18.11.z
tar czpfv firmware.tar.gz firmware

0 comments on commit e6e8b51

Please sign in to comment.