File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ printf '%b\n' " \e[93m\U25cf\e[0m Cygwin path = ${cygwin_path}"
1212
1313if [[ " ${with_openssl} " == ' yes' ]]; then
1414 printf ' \n%b\n' " \e[94m\U25cf\e[0m Downloading zlib"
15- wget -qO " ${HOME} /zlib.tar.xz " " https://github.com/userdocs/qbt-workflow-files/releases/latest/download/zlib.tar.xz"
15+ curl -sLO " https://github.com/userdocs/qbt-workflow-files/releases/latest/download/zlib.tar.xz"
1616
1717 printf ' \n%b\n' " \e[94m\U25cf\e[0m Extracting zlib"
1818 tar xf " ${HOME} /zlib.tar.xz" -C " ${HOME} "
@@ -26,7 +26,7 @@ if [[ "${with_openssl}" == 'yes' ]]; then
2626 make install
2727
2828 printf ' \n%b\n' " \e[94m\U25cf\e[0m Downloading openssl"
29- wget -qO " ${HOME} /openssl.tar.xz " " https://github.com/userdocs/qbt-workflow-files/releases/latest/download/openssl.tar.xz"
29+ curl -sLO " https://github.com/userdocs/qbt-workflow-files/releases/latest/download/openssl.tar.xz"
3030
3131 printf ' \n%b\n' " \e[94m\U25cf\e[0m Extracting openssl"
3232 mkdir -p " ${HOME} /openssl"
You can’t perform that action at this time.
0 commit comments