Skip to content

Commit

Permalink
fix source path
Browse files Browse the repository at this point in the history
  • Loading branch information
philyuchkoff authored Sep 4, 2024
1 parent cf7b95a commit c8e6b08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install-openssl_3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ 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://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz
wget 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 c8e6b08

Please sign in to comment.