From bc94001ff9e9e7e1b19e55da1dd6d0392ee3185a Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 27 Jun 2026 20:13:49 +1000 Subject: [PATCH] fix deluge openssl errors --- ct/deluge.sh | 2 +- install/deluge-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/deluge.sh b/ct/deluge.sh index 5bf8e9c6f..5c1ea98a6 100644 --- a/ct/deluge.sh +++ b/ct/deluge.sh @@ -31,7 +31,7 @@ function update_script() { msg_info "Updating Deluge" ensure_dependencies python3-setuptools $STD apt update - $STD pip3 install deluge[all] --upgrade + $STD pip3 install deluge[all] "pyopenssl<25" --upgrade msg_ok "Updated Deluge" msg_ok "Updated successfully!" exit diff --git a/install/deluge-install.sh b/install/deluge-install.sh index 40af9bb94..6eee5da1b 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -26,7 +26,7 @@ cat >~/.config/pip/pip.conf <