From 0d326165a769cc75aa2c0f9893cc6f24d06dde96 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 17 Jan 2021 16:42:19 +0100 Subject: [PATCH] Not using pkg_dependencies yet --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d11cbe1..6a0fc98 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="golang-go" +#pkg_dependencies="golang-go" #================================================= # PERSONAL HELPERS