Skip to content

Commit

Permalink
use apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 24, 2024
1 parent c415de9 commit 3b8985f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-resources-with-pandoc.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3b8985f

Please sign in to comment.