[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
+3 -3
View File
@@ -50,10 +50,10 @@ Any applications not in ported or unsupported need to be tested for whether they
| APT Cacher NG | ☑️ || | APT Cacher NG | ☑️ ||
| Audiobookshelf | ❌ | Broken right now, working on fixing. | | Audiobookshelf | ❌ | Broken right now, working on fixing. |
| Autobrr | ☑️ || | Autobrr | ☑️ ||
| Bazarr | ❌ | Broken right now, working on fixing. | | Bazarr | ☑️ ||
| Blocky | ☑️ || | Blocky | ☑️ ||
| CasaOS | ☑️ || | CasaOS | ☑️ ||
| ChangeDetection | ❌ | Broken right now, working on fixing. | | ChangeDetection | ☑️ ||
| Channels | ☑️ || | Channels | ☑️ ||
| Cloudflared | ☑️ || | Cloudflared | ☑️ ||
| Commafeed | ☑️ || | Commafeed | ☑️ ||
@@ -61,7 +61,7 @@ Any applications not in ported or unsupported need to be tested for whether they
| Dashy | ☑️ || | Dashy | ☑️ ||
| deConz | ☑️ || | deConz | ☑️ ||
| DaemonSync | ❌ | Built for x64 only. | | DaemonSync | ❌ | Built for x64 only. |
| Deluge | ❌ | Broken right now, working on fixing. | | Deluge | ☑️ ||
| Docker | ☑️ || | Docker | ☑️ ||
| Dockge | ☑️ || | Dockge | ☑️ ||
| Emby | ⭕ || | Emby | ⭕ ||
+1
View File
@@ -25,6 +25,7 @@ $STD apt-get install -y \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3" msg_ok "Updated Python3"
msg_info "Installing Bazarr" msg_info "Installing Bazarr"
+1
View File
@@ -25,6 +25,7 @@ $STD apt-get install -y \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3" msg_ok "Updated Python3"
msg_info "Installing Deluge" msg_info "Installing Deluge"