Compare commits

...

1 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) 29f75c3d6a typo: fix npm update to npm install for n8n 2026-07-02 13:48:38 +02:00
+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!"