Browse Source

add openssl dependency

main
D4708 3 years ago committed by GitHub
parent
commit
080bf463cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      twister-cli-installer.sh

2
twister-cli-installer.sh

@ -90,7 +90,7 @@ function install() { @@ -90,7 +90,7 @@ function install() {
fi
apt-get update
apt-get install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake ufw
apt-get install git autoconf libtool build-essential libboost-all-dev libssl-dev libdb++-dev libminiupnpc-dev automake openssl ufw
echo ""

Loading…
Cancel
Save