mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Continue download if interrupted
This commit is contained in:
parent
1df29d6913
commit
605d3627a2
@ -44,7 +44,7 @@ download_source() {
|
||||
local download_path=$(get_download_file_path $install_type $version)
|
||||
local download_url=$(get_download_url $install_type $version)
|
||||
|
||||
curl -Lco $download_path $download_url
|
||||
curl -Lo $download_path -C - $download_url
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user