mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-22 13:50:33 +02:00
Tell curl to follow redirects
This commit is contained in:
parent
894abadb50
commit
5d2e43600d
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ verify_checksum() {
|
|||
|
||||
retrieve_url() {
|
||||
if type curl &>/dev/null; then
|
||||
curl -f "$@"
|
||||
curl -Lf "$@"
|
||||
elif type wget &>/dev/null; then
|
||||
wget -O- "$@"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue