Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) df981e5a54 Update n8n installation to latest version 2026-07-16 10:07:42 +02:00
CanbiZ (MickLesk) c8e4c9313f n8n: unpin / use latest release
startup issue is fixed, so unpin and set to latest release
2026-07-16 10:07:00 +02:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ EOF
systemctl daemon-reload
fi
$STD npm install -g n8n@2.27.5
$STD npm install -g n8n@latest
systemctl restart n8n
msg_ok "Updated n8n"
msg_ok "Updated successfully!"
+1 -2
View File
@@ -16,7 +16,6 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
python3 \
python3-setuptools \
graphicsmagick
msg_ok "Installed Dependencies"
@@ -24,7 +23,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@latest
msg_ok "Installed n8n"
msg_info "Creating Service"