mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-02 12:03:14 +02:00
n8n: unpin / use latest release
startup issue is fixed, so unpin and set to latest release
This commit is contained in:
committed by
GitHub
parent
12dec08523
commit
c8e4c9313f
@@ -16,7 +16,6 @@ update_os
|
|||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
python3 \
|
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
graphicsmagick
|
graphicsmagick
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
@@ -24,7 +23,7 @@ msg_ok "Installed Dependencies"
|
|||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|
||||||
msg_info "Installing n8n (Patience)"
|
msg_info "Installing n8n (Patience)"
|
||||||
$STD npm install -g n8n@2.27.5
|
$STD npm install -g n8n@latest
|
||||||
msg_ok "Installed n8n"
|
msg_ok "Installed n8n"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|||||||
Reference in New Issue
Block a user