Skip to content

Commit 502bb53

Browse files
committed
remove sudo
1 parent d29b308 commit 502bb53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-resources-with-pandoc.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"
33
STYLE_DOCX_PATH="${ROOT_DIR}/documents/common/pandoc_styles/スタイル.docx"
44
RESOURCES_DIR="${ROOT_DIR}/public/resources"
55

6-
sudo apt update
7-
sudo apt install -y nodejs npm
6+
apt update
7+
apt install -y nodejs npm
88
npm config set puppeteer_skip_chromium_download true -g
9-
sudo npm install -g mermaid-filter
9+
npm install -g mermaid-filter
1010

1111
# Java
1212
cd ${ROOT_DIR}/documents/forJava

0 commit comments

Comments
 (0)