Skip to content

Commit

Permalink
Add --location to curl invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 7, 2023
1 parent e4f4208 commit d84bbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-conda/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi

# Download installer
echo "Download from: $URL"
curl --silent "$URL" --output "conda.$EXT" $TIME_CONDITION
curl --location --silent "$URL" --output "conda.$EXT" $TIME_CONDITION

# Run the installer
# - Run in batch/silent mode ("-b" on *nix, "/S" on Windows), accept the licence
Expand Down

0 comments on commit d84bbd3

Please sign in to comment.