Skip to content

Commit

Permalink
Change cURL options
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Nov 16, 2021
1 parent e3cb9b3 commit 8deadc2
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 @@ -96,7 +96,7 @@ install_homebrew_packages() {
install_archived_packages_for_wsl2() {
# Install ngrok
curl -O --output-dir "${HOME}/tmp" https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm64.tgz
curl -OfsSL --output-dir "${HOME}/tmp" https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm64.tgz
tar zxvf "${HOME}/tmp/ngrok-stable-linux-arm64.tgz" -C "${HOME}/bin"
rm "${HOME}/tmp/ngrok-stable-linux-arm64.tgz"
local ngrok_auth_token
Expand Down

0 comments on commit 8deadc2

Please sign in to comment.