mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 18:59:43 +00:00
Update wikijs-install.sh
This commit is contained in:
parent
dc259847af
commit
d7a2614819
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ sed -i -E '
|
||||||
' /opt/wikijs/config.yml
|
' /opt/wikijs/config.yml
|
||||||
cd /opt/wikijs
|
cd /opt/wikijs
|
||||||
export NODE_OPTIONS="--max-old-space-size=2048"
|
export NODE_OPTIONS="--max-old-space-size=2048"
|
||||||
$STD yarn install
|
$STD yarn install --ignore-engines
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
|
||||||
msg_ok "Installed Wiki.js"
|
msg_ok "Installed Wiki.js"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue