fix(deluge): add python3-setuptools for pkg_resources on Python 3.13

This commit is contained in:
CanbiZ (MickLesk)
2026-02-12 13:13:14 +01:00
parent dd8c998d43
commit a09a1915fc

View File

@@ -16,7 +16,8 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
python3-pip \
python3-libtorrent
python3-libtorrent \
python3-setuptools
msg_ok "Installed Dependencies"
msg_info "Installing Deluge"