From e3aa703e1bfcb3495b044149ddc1abc17a3611ff Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 12 Sep 2023 22:37:50 +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 00f6ecf..8fe443e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="texlive texlive-xetex latexmk python3-pygments" +pkg_dependencies="texlive texlive-xetex redis-server latexmk python3-pygments" nodejs_version=14