From f75a0294d9b78f5c024d31d462413fbf152698ab Mon Sep 17 00:00:00 2001 From: Kayou Date: Wed, 12 Feb 2020 11:25:35 +0700 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d53d870..1a757bb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-pip" +pkg_dependencies="python3-pip libffi-dev" #================================================= # PERSONAL HELPERS