From 69cbbee54a90c894e478b45d394a8a46f475923c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Apr 2022 13:14:09 +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 d46bf02..e3193a8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="texlive redis-server latexmk python-pygments" +pkg_dependencies="texlive redis-server latexmk python3-pygments" nodejs_version=14