Ported remaining apps

This commit is contained in:
Sam Heinz
2024-04-13 18:32:32 +10:00
parent 008edc532c
commit d6da0528cf
72 changed files with 237 additions and 206 deletions

View File

@@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y git
$STD apt-get install -y pip
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
@@ -26,6 +27,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"