Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philyuchkoff authored Sep 4, 2024
1 parent 03787e7 commit 620fe73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install-openssl_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ yum -y install \
perl \
perl-WWW-Curl \
rpm-build \
perl-IPC-Cmd
perl-IPC-Cmd \
wget

yum -y remove openssl

# Get openssl tarball
curl -O --silent https://www.openssl.org/source/openssl-3.3.1.tar.gz
# curl -O --silent https://www.openssl.org/source/openssl-3.3.1.tar.gz
wget https://www.openssl.org/source/openssl-3.3.1.tar.gz

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

0 comments on commit 620fe73

Please sign in to comment.