Skip to content

Commit

Permalink
change source path
Browse files Browse the repository at this point in the history
  • Loading branch information
philyuchkoff authored Sep 4, 2024
1 parent 292f23e commit cf7b95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-openssl_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yum -y install \
yum -y remove openssl

# Get openssl tarball
curl -O --silent https://www.openssl.org/source/openssl-3.3.2.tar.gz
curl -O --silent https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz

# SPEC file
cat << 'EOF' > ~/openssl/openssl3.spec
Expand Down

0 comments on commit cf7b95a

Please sign in to comment.