Skip to content

Commit

Permalink
Remove version from the name of the binary (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein authored Jul 14, 2020
1 parent cc95ce8 commit ecc1708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ download_binary() {
if [ -n "${INSTALL_RKE2_COMMIT}" ]; then
BIN_URL=${STORAGE_URL}/rke2${SUFFIX}-${INSTALL_RKE2_COMMIT}
else
BIN_URL=${GITHUB_URL}/download/${VERSION_RKE2}/rke2-${VERSION_RKE2}.linux-${ARCH}
BIN_URL=${GITHUB_URL}/download/${VERSION_RKE2}/rke2.linux-${ARCH}
fi
info "downloading binary at ${BIN_URL}"
download "${TMP_BIN}" "${BIN_URL}"
Expand Down

0 comments on commit ecc1708

Please sign in to comment.