forked from forkanization/Proxmox-arm64
[Bazaar & Deluge] Fix pip issues
This commit is contained in:
@@ -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 | ⭕ ||
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user