Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/boto-…
Browse files Browse the repository at this point in the history
…5217f9d08d
  • Loading branch information
mndeveci authored Jul 29, 2024
2 parents 438959b + 94407b0 commit c586e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mkdir -p .build/output/openssl
cd .build/output/openssl

echo "Building OpenSSL"
curl "https://www.openssl.org/source/openssl-${openssl_version}.tar.gz" --output openssl.tar.gz
curl -L "https://github.com/openssl/openssl/releases/download/OpenSSL_${openssl_version//./_}/openssl-${openssl_version}.tar.gz" --output openssl.tar.gz
tar xzf openssl.tar.gz
cd openssl-${openssl_version}
# install_sw installs OpenSSL without manual pages
Expand Down

0 comments on commit c586e08

Please sign in to comment.