We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cf591f + a60b9af commit ade4688Copy full SHA for ade4688
hack/govc-install.sh
@@ -54,7 +54,7 @@ cd "${TMP_DIR}"
54
55
# Download govc
56
57
-wget "https://github.com/vmware/govmomi/releases/download/${2}/govc_${GOVC_OS}_${GOVC_ARCH}.tar.gz"
+curl --retry 5 --retry-all-errors -sLo "govc_${GOVC_OS}_${GOVC_ARCH}.tar.gz" "https://github.com/vmware/govmomi/releases/download/${2}/govc_${GOVC_OS}_${GOVC_ARCH}.tar.gz"
58
tar -xvzf "govc_${GOVC_OS}_${GOVC_ARCH}.tar.gz" govc
59
mv govc "${GOBIN}/${1}-${2}"
60
0 commit comments