Compare commits

..

2 Commits

Author SHA1 Message Date
Tobias 6a662a7c6e homarr: fix: rm 2026-07-01 13:39:44 +02:00
Tobias b6eccc4468 homarr: fix: update-fail 2026-07-01 13:33:31 +02:00
3 changed files with 2 additions and 9 deletions
-7
View File
@@ -495,13 +495,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- iVentoy ([#15503](https://github.com/community-scripts/ProxmoxVE/pull/15503))
### 🚀 Updated Scripts
- #### 🐞 Bug Fixes
- homarr: fix: update-fail [@CrazyWolf13](https://github.com/CrazyWolf13) ([#15512](https://github.com/community-scripts/ProxmoxVE/pull/15512))
- n8n: pin version to 2.27.5 [@tremor021](https://github.com/tremor021) ([#15516](https://github.com/community-scripts/ProxmoxVE/pull/15516))
## 2026-06-30
### 🚀 Updated Scripts
+1 -1
View File
@@ -45,7 +45,7 @@ EOF
systemctl daemon-reload
fi
$STD npm update -g n8n@2.27.5
$STD npm update -g n8n
systemctl restart n8n
msg_ok "Updated n8n"
msg_ok "Updated successfully!"
+1 -1
View File
@@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
NODE_VERSION="24" setup_nodejs
msg_info "Installing n8n (Patience)"
$STD npm install -g n8n@2.27.5
$STD npm install -g n8n
msg_ok "Installed n8n"
msg_info "Creating Service"