Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Oct 11, 2024
1 parent eb47af8 commit c6c936b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ printf '%b\n' " \e[93m\U25cf\e[0m Cygwin path = ${cygwin_path}"

if [[ "${with_openssl}" == 'yes' ]]; then
printf '\n%b\n' " \e[94m\U25cf\e[0m Downloading zlib"
wget -qO "${HOME}/zlib.tar.xz" "https://github.com/userdocs/qbt-workflow-files/releases/latest/download/zlib.tar.xz"
curl -sLO "https://github.com/userdocs/qbt-workflow-files/releases/latest/download/zlib.tar.xz"

printf '\n%b\n' " \e[94m\U25cf\e[0m Extracting zlib"
tar xf "${HOME}/zlib.tar.xz" -C "${HOME}"
Expand All @@ -26,7 +26,7 @@ if [[ "${with_openssl}" == 'yes' ]]; then
make install

printf '\n%b\n' " \e[94m\U25cf\e[0m Downloading openssl"
wget -qO "${HOME}/openssl.tar.xz" "https://github.com/userdocs/qbt-workflow-files/releases/latest/download/openssl.tar.xz"
curl -sLO "https://github.com/userdocs/qbt-workflow-files/releases/latest/download/openssl.tar.xz"

printf '\n%b\n' " \e[94m\U25cf\e[0m Extracting openssl"
mkdir -p "${HOME}/openssl"
Expand Down

0 comments on commit c6c936b

Please sign in to comment.