typo: fix npm update to npm install for n8n

This commit is contained in:
CanbiZ (MickLesk)
2026-07-02 13:48:38 +02:00
committed by GitHub
parent 6f18af08d8
commit 29f75c3d6a
+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!"