Deluge openssl fix (#15435)

This commit is contained in:
Sam Heinz
2026-06-28 05:07:03 +10:00
committed by GitHub
parent fb9f5a0047
commit e1f61aeeb9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ cat >~/.config/pip/pip.conf <<EOF
[global]
break-system-packages = true
EOF
$STD pip install deluge[all]
$STD pip install deluge[all] "pyopenssl<25"
msg_ok "Installed Deluge"
msg_info "Creating Service"