From c933a7ef297f913a26b3739b519ccc806fe75870 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:17:24 +1000 Subject: [PATCH] [Bazaar & Deluge] Fix pip issues --- README.md | 6 +++--- install/bazarr-install.sh | 1 + install/deluge-install.sh | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e995b40e..b9730f16a 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ Any applications not in ported or unsupported need to be tested for whether they | APT Cacher NG | ☑️ || | Audiobookshelf | ❌ | Broken right now, working on fixing. | | Autobrr | ☑️ || -| Bazarr | ❌ | Broken right now, working on fixing. | +| Bazarr | ☑️ || | Blocky | ☑️ || | CasaOS | ☑️ || -| ChangeDetection | ❌ | Broken right now, working on fixing. | +| ChangeDetection | ☑️ || | Channels | ☑️ || | Cloudflared | ☑️ || | Commafeed | ☑️ || @@ -61,7 +61,7 @@ Any applications not in ported or unsupported need to be tested for whether they | Dashy | ☑️ || | deConz | ☑️ || | DaemonSync | ❌ | Built for x64 only. | -| Deluge | ❌ | Broken right now, working on fixing. | +| Deluge | ☑️ || | Docker | ☑️ || | Dockge | ☑️ || | Emby | ⭕ || diff --git a/install/bazarr-install.sh b/install/bazarr-install.sh index 0472fc877..26edaa5c7 100755 --- a/install/bazarr-install.sh +++ b/install/bazarr-install.sh @@ -25,6 +25,7 @@ $STD apt-get install -y \ python3 \ python3-dev \ python3-pip +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Updated Python3" msg_info "Installing Bazarr" diff --git a/install/deluge-install.sh b/install/deluge-install.sh index eceb49cec..28c00cd0f 100644 --- a/install/deluge-install.sh +++ b/install/deluge-install.sh @@ -25,6 +25,7 @@ $STD apt-get install -y \ python3 \ python3-dev \ python3-pip +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Updated Python3" msg_info "Installing Deluge"