Skip to content

Commit 9cbe196

Browse files
authored
Update wikijs-install.sh
1 parent d0c8b1c commit 9cbe196

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

install/wikijs-install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ $STD apt-get install -y \
2020
mc \
2121
git \
2222
ca-certificates \
23-
gnupg
23+
gnupg \
24+
build-essential \
25+
python3 \
26+
g++ \
27+
make
2428
msg_ok "Installed Dependencies"
2529

2630
msg_info "Setting up Node.js Repository"
@@ -38,6 +42,7 @@ msg_info "Installing Node.js"
3842
$STD apt-get update
3943
$STD apt-get install -y nodejs
4044
$STD npm install --global yarn
45+
$STD npm install -g node-gyp
4146
msg_ok "Installed Node.js"
4247

4348
msg_info "Set up PostgreSQL"

0 commit comments

Comments
 (0)