Update linux-arm64-before-install.sh

This commit is contained in:
Jay Lee
2019-10-21 20:18:01 -04:00
committed by GitHub
parent f0ca2e2601
commit 1af3f9f196

View File

@@ -24,7 +24,7 @@ if [ $SSLRESULT -ne 0 ] || [[ "$SSLVER" != "OpenSSL $BUILD_OPENSSL_VERSION "* ]]
sudo apt-get -qq --yes update > /dev/null
sudo apt-get -qq --yes build-dep python3 > /dev/null
sudo apt-get -qq --yes install zlib1g-dev > /dev/null
sudo apt-get -qq --yes install libffi-dev > /dev/null
sudo apt-get -qq --yes install libffi-dev xz-utils > /dev/null
# Compile latest OpenSSL
echo "Downloading OpenSSL..."