diff --git a/install.sh b/install.sh index 50f485aaf7b9..cf72346f6d5f 100755 --- a/install.sh +++ b/install.sh @@ -511,7 +511,7 @@ download_binary() { # Since Binary and Hash are zipped together, check if TMP_ZIP already exists if ! [ -f ${TMP_ZIP} ]; then info "Downloading K3s artifact ${GITHUB_PR_URL}" - curl -o -f ${TMP_ZIP} -H "Authorization: Bearer $GITHUB_TOKEN" -L ${GITHUB_PR_URL} + curl -o ${TMP_ZIP} -H "Authorization: Bearer $GITHUB_TOKEN" -L ${GITHUB_PR_URL} fi # extract k3s binary from zip unzip -p ${TMP_ZIP} k3s > ${TMP_BIN} diff --git a/install.sh.sha256sum b/install.sh.sha256sum index 8840a507e25f..2a09542d1fd6 100644 --- a/install.sh.sha256sum +++ b/install.sh.sha256sum @@ -1 +1 @@ -92c835d2180837fadd4f556e73f16ead3fd3af649a130fbae44832f65c3913a7 install.sh +2e2469498e1d6a5dcd97d0eeae342298500b27fe0768527ea8039a3295cdbce9 install.sh