[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
+1
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"
+1
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"