From 0565273564f1eae499b2acf954108422ab54cb81 Mon Sep 17 00:00:00 2001 From: D4708 <76843085+D4708@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:06:59 +0200 Subject: [PATCH] add openssl dependency --- twister-cli-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/twister-cli-installer.sh b/twister-cli-installer.sh index e8363bf..fff6473 100644 --- a/twister-cli-installer.sh +++ b/twister-cli-installer.sh @@ -78,6 +78,7 @@ function install() { echo "libdb++-dev" echo "libminiupnpc-dev" echo "automake" + echo "openssl" echo "ufw" echo ""