Fix openssl source link in tests
This commit is contained in:
parent
769b8312d8
commit
fa5c4cb5df
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
mkdir /tmp/openssl
|
mkdir /tmp/openssl
|
||||||
cd /tmp/openssl
|
cd /tmp/openssl
|
||||||
sudo apt-get install gcc make
|
sudo apt-get install gcc make
|
||||||
curl -L https://openssl.org/source/openssl-1.0.2-latest.tar.gz | tar --strip-components=1 -xzf -
|
curl https://openssl.org/source/openssl-1.0.2d.tar.gz | tar --strip-components=1 -xzf -
|
||||||
./config --prefix=/usr/ shared
|
./config --prefix=/usr/ shared
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue