mirror of https://github.com/tteck/Proxmox.git
fix EXTERNALLY-MANAGED
parent
482f60f90a
commit
ecb4294a18
|
@ -24,6 +24,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"
|
||||
|
|
|
@ -52,6 +52,7 @@ $STD apt-get install -y \
|
|||
python3 \
|
||||
python3-dev \
|
||||
python3-pip
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
msg_ok "Updated Python3"
|
||||
|
||||
msg_info "Setting up Node.js Repository"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -26,6 +26,7 @@ $STD apt-get install -y \
|
|||
python3-dev \
|
||||
python3-pip \
|
||||
python3-venv
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
msg_ok "Updated Python3"
|
||||
|
||||
msg_info "Installing ESPHome"
|
||||
|
|
|
@ -25,6 +25,7 @@ $STD apt-get install -y \
|
|||
python3-dev \
|
||||
python3-pip \
|
||||
python3-venv
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
msg_ok "Updated Python3"
|
||||
|
||||
msg_info "Installing runlike"
|
||||
|
|
|
@ -26,6 +26,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 Motion"
|
||||
|
|
|
@ -30,6 +30,7 @@ $STD apt-get install -y \
|
|||
python3-venv
|
||||
|
||||
$STD apt-get install -y python3-setuptools
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
msg_ok "Updated Python3"
|
||||
|
||||
msg_info "Creating user octoprint"
|
||||
|
|
|
@ -79,6 +79,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 Python3 Dependencies"
|
||||
|
|
|
@ -38,6 +38,7 @@ $STD apt-get install -y \
|
|||
python3-dev \
|
||||
python3-setuptools \
|
||||
python3-pip
|
||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||
msg_ok "Updated Python3"
|
||||
|
||||
msg_info "Setting up Node.js Repository"
|
||||
|
|
|
@ -26,6 +26,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 Tautulli"
|
||||
|
|
|
@ -24,6 +24,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 Whoogle"
|
||||
|
|
Loading…
Reference in New Issue