typo: fix npm update to npm install for n8n (#15545)

This commit is contained in:
CanbiZ (MickLesk)
2026-07-02 13:49:00 +02:00
committed by GitHub
parent 6f18af08d8
commit ace936085e
+1 -1
View File
@@ -45,7 +45,7 @@ EOF
systemctl daemon-reload
fi
$STD npm update -g n8n@2.27.5
$STD npm install -g n8n@2.27.5
systemctl restart n8n
msg_ok "Updated n8n"
msg_ok "Updated successfully!"