From c415de9ca55e1d0665cfadb16cf4cbdac0efcb7a Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Tue, 24 Dec 2024 17:33:14 +0900 Subject: [PATCH] update --- 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 e4271b2f..0a6e2477 100644 --- a/build-resources-with-pandoc.sh +++ b/build-resources-with-pandoc.sh @@ -1,5 +1,5 @@ -sudo apt update -sudo apt install -y nodejs npm +apt update +apt install -y nodejs npm ROOT_DIR=`pwd` CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"