From d3c7ee8eee96dd4a137163e364ee8b1d7d0c551a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 Apr 2023 17:12:42 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ab152a1..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app (must be on a single line) -#REMOVEME? pkg_dependencies="openjdk-11-jre ffmpeg" - #================================================= # PERSONAL HELPERS #=================================================