add build-essential to deluge

This commit is contained in:
CanbiZ 2025-06-04 14:39:23 +02:00
parent 1a5fdc0afa
commit 4b5b1a32a5

View File

@ -14,7 +14,7 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y python3-libtorrent $STD apt-get install -y python3-libtorrent build-essential
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv PYTHON_VERSION="3.12" setup_uv