flowise: add deps

This commit is contained in:
CanbiZ (MickLesk)
2026-06-18 09:13:06 +02:00
committed by GitHub
parent a5398b742c
commit dcb4819a77
+5 -1
View File
@@ -14,7 +14,11 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y build-essential python3-dev
$STD apt install -y \
build-essential \
python3-dev \
python3-setuptools \
pkg-config
msg_ok "Installed Dependencies"
NODE_VERSION="24" setup_nodejs