From a7390bc362cee5a6eaee2a34efd6d389b0e9f9f3 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:45:03 +0100 Subject: [PATCH] Remove redundant python3 from dependencies --- ct/n8n.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/n8n.sh b/ct/n8n.sh index 1c5e3bcfa..fb688d432 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -28,7 +28,7 @@ function update_script() { exit fi - ensure_dependencies build-essential python3 python3-setuptools graphicsmagick + ensure_dependencies build-essential python3-setuptools graphicsmagick NODE_VERSION="24" setup_nodejs msg_info "Updating n8n"