Remove redundant python3 from dependencies

This commit is contained in:
CanbiZ (MickLesk)
2026-03-12 08:45:03 +01:00
committed by GitHub
parent 3c9881f21a
commit a7390bc362

View File

@@ -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"