From db656663608c0cd542e597c039b198f5925a103e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 3 Sep 2022 20:48:29 +0200 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 e480917..6691922 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app +# dependencies used by the app (must be on a single line) pkg_dependencies="cockpit" #=================================================