From f0c852dd59057b1988594d9d8933ec522da1045f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 5 Aug 2019 09:31:50 +0200 Subject: [PATCH] Adding prerequisites --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d18931b..48f3d78 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="curl tar pkg-config" +pkg_dependencies="curl tar pkg-config libssl-dev" #================================================= # PERSONAL HELPERS