Skip to content

Commit

Permalink
fix: install failed
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Sep 13, 2024
1 parent fecb9da commit 29dc12e
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 @@ -33,7 +33,7 @@ RUN case ${TARGETARCH} in \
"arm64") PKG_ARCH=aarch64 ;; \
esac \
&& cd /tmp \
&& wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.3/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
&& wget https://github.com/bitxeno/Sideloader/releases/download/1.0-alpha.5/sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
&& tar zxf sideloader-cli-${PKG_ARCH}-linux-gnu.tar.gz \
&& mv sideloader-cli-${PKG_ARCH}-linux-gnu /usr/bin/sideloader \
&& chmod +x /usr/bin/sideloader
Expand Down

0 comments on commit 29dc12e

Please sign in to comment.