mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-22 20:51:10 +01:00
Update wikijs-install.sh
This commit is contained in:
parent
d0c8b1c15b
commit
9cbe196913
@ -20,7 +20,11 @@ $STD apt-get install -y \
|
|||||||
mc \
|
mc \
|
||||||
git \
|
git \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gnupg
|
gnupg \
|
||||||
|
build-essential \
|
||||||
|
python3 \
|
||||||
|
g++ \
|
||||||
|
make
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Node.js Repository"
|
msg_info "Setting up Node.js Repository"
|
||||||
@ -38,6 +42,7 @@ msg_info "Installing Node.js"
|
|||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt-get install -y nodejs
|
$STD apt-get install -y nodejs
|
||||||
$STD npm install --global yarn
|
$STD npm install --global yarn
|
||||||
|
$STD npm install -g node-gyp
|
||||||
msg_ok "Installed Node.js"
|
msg_ok "Installed Node.js"
|
||||||
|
|
||||||
msg_info "Set up PostgreSQL"
|
msg_info "Set up PostgreSQL"
|
||||||
|
Loading…
Reference in New Issue
Block a user