mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
typo: fix npm update to npm install for n8n (#15545)
This commit is contained in:
parent
6f18af08d8
commit
ace936085e
1 changed files with 1 additions and 1 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue