Update wikijs-install.sh

This commit is contained in:
CanbiZ 2025-02-20 16:47:36 +01:00 committed by GitHub
parent dc259847af
commit d7a2614819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ sed -i -E '
' /opt/wikijs/config.yml
cd /opt/wikijs
export NODE_OPTIONS="--max-old-space-size=2048"
$STD yarn install
$STD yarn install --ignore-engines
$STD yarn build
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
msg_ok "Installed Wiki.js"