File tree Expand file tree Collapse file tree
src/main/resources/clojure/install Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [[ "$prefix_param" = "-p" || "$prefix_param" = "--prefix" ]]; then
2626fi
2727
2828echo " Downloading and expanding tar"
29- curl -L -O https://github.com/clojure/brew-install/releases/download/${project.version} /clojure-tools-${project.version} .tar.gz
29+ curl -L -O -f -m 120 --connect-timeout 5 --retry 5 --retry-connrefused --retry-max-time 60 --no-progress-meter https://github.com/clojure/brew-install/releases/download/${project.version} /clojure-tools-${project.version} .tar.gz
3030tar xzf clojure-tools-${project.version} .tar.gz
3131
3232lib_dir=" $prefix_dir /lib"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [ "$prefix_param" = "-p" -o "$prefix_param" = "--prefix" ]; then
2626fi
2727
2828echo " Downloading and expanding tar"
29- curl -L -O https://github.com/clojure/brew-install/releases/download/${project.version} /clojure-tools-${project.version} .tar.gz
29+ curl -L -O -f -m 120 --connect-timeout 5 --retry 5 --retry-connrefused --retry-max-time 60 --no-progress-meter https://github.com/clojure/brew-install/releases/download/${project.version} /clojure-tools-${project.version} .tar.gz
3030tar xzf clojure-tools-${project.version} .tar.gz
3131
3232lib_dir=" $prefix_dir /lib"
You can’t perform that action at this time.
0 commit comments