[Bazaar & Deluge] Fix pip issues

This commit is contained in:
Sam Heinz
2024-04-12 17:17:24 +10:00
parent 519e7c8d03
commit c933a7ef29
3 changed files with 5 additions and 3 deletions

View File

@@ -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 | ⭕ ||

View File

@@ -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"

View File

@@ -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"