Skip to content

Commit c6c936b

Browse files
committed
Update build.sh
1 parent eb47af8 commit c6c936b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ printf '%b\n' " \e[93m\U25cf\e[0m Cygwin path = ${cygwin_path}"
1212

1313
if [[ "${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"

0 commit comments

Comments
 (0)