|
|
@ -29,10 +29,10 @@ msg_ok "Installed Dependencies"
|
|
|
|
|
|
|
|
|
|
|
|
msg_info "Updating Python3"
|
|
|
|
msg_info "Updating Python3"
|
|
|
|
$STD apt-get install -y \
|
|
|
|
$STD apt-get install -y \
|
|
|
|
python3 \
|
|
|
|
|
|
|
|
python3-dev \
|
|
|
|
python3-dev \
|
|
|
|
python3-pip
|
|
|
|
python3-pip
|
|
|
|
$STD apt-get install -y python3-setuptools
|
|
|
|
$STD apt-get install -y python3-setuptools
|
|
|
|
|
|
|
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
|
|
|
msg_ok "Updated Python3"
|
|
|
|
msg_ok "Updated Python3"
|
|
|
|
|
|
|
|
|
|
|
|
msg_info "Installing SABnzbd"
|
|
|
|
msg_info "Installing SABnzbd"
|
|
|
|