From 4b5b1a32a507b7ccb4d8c80d9ba7aa06f8a872d1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:39:23 +0200 Subject: [PATCH] add build-essential to deluge --- install/deluge-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/deluge-install.sh b/install/deluge-install.sh index 1e9a86455..ab93e49fd 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y python3-libtorrent +$STD apt-get install -y python3-libtorrent build-essential msg_ok "Installed Dependencies" PYTHON_VERSION="3.12" setup_uv