Skip to content

Commit

Permalink
reduce version number to new path scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
paresy authored Feb 22, 2024
1 parent 7ab5b40 commit 6481b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ USER $USER_UID:$USER_GID
RUN \
cd ~ && \
export RUTOS_FILE=RUTX_R_GPL_${RUTOS_VERSION}.tar.gz && \
wget https://firmware.teltonika-networks.com/7.6.5/RUTX/${RUTOS_FILE} && \
wget https://firmware.teltonika-networks.com/${${RUTOS_VERSION//0}:1}/RUTX/${RUTOS_FILE} && \
echo "${RUTOS_CHECKSUM} ${RUTOS_FILE}" | md5sum -c --status && \
tar -xf ${RUTOS_FILE} && \
rm ${RUTOS_FILE}
Expand Down

0 comments on commit 6481b40

Please sign in to comment.