From 080bf463cbf4714168bda15cf94600555a72ad50 Mon Sep 17 00:00:00 2001 From: D4708 <76843085+D4708@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:05:19 +0200 Subject: [PATCH] add openssl dependency --- twister-cli-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twister-cli-installer.sh b/twister-cli-installer.sh index d4b4ddb..e8363bf 100644 --- a/twister-cli-installer.sh +++ b/twister-cli-installer.sh @@ -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 ""