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.
1 parent bc4dec6 commit 00953dcCopy full SHA for 00953dc
bin/install
@@ -176,11 +176,7 @@ get_download_url() {
176
esac
177
local -r releases_host="https://releases.hashicorp.com"
178
179
- if ! curl -fs "${releases_host}/${toolname}/${version}/${filename}" >/dev/null && [[ ${filename} == *"arm64"* ]]; then
180
- echo "https://releases.hashicorp.com/${toolname}/${version}/${filename//arm64/arm}"
181
- else
182
- echo "https://releases.hashicorp.com/${toolname}/${version}/${filename}"
183
- fi
+ echo "https://releases.hashicorp.com/${toolname}/${version}/${filename}"
184
}
185
186
install "${ASDF_INSTALL_TYPE}" "${ASDF_INSTALL_VERSION}" "${ASDF_INSTALL_PATH}"
0 commit comments