From 3b8985f3f2a8dc6c50008251264107db36effaa3 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Tue, 24 Dec 2024 17:36:55 +0900 Subject: [PATCH] use apt-get --- build-resources-with-pandoc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-resources-with-pandoc.sh b/build-resources-with-pandoc.sh index 0a6e2477..a2f8dac7 100644 --- a/build-resources-with-pandoc.sh +++ b/build-resources-with-pandoc.sh @@ -1,5 +1,5 @@ -apt update -apt install -y nodejs npm +apt-get update +apt-get install nodejs ROOT_DIR=`pwd` CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"