Update tautulli-install.sh

tweak
This commit is contained in:
tteckster 2023-05-13 20:47:32 -04:00 committed by GitHub
parent f4fe035347
commit 81f1443a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Tautulli"
cd /opt
git clone https://github.com/Tautulli/Tautulli.git
$STD git clone https://github.com/Tautulli/Tautulli.git
python3 -m pip install -q -r /opt/Tautulli/requirements.txt
msg_ok "Installed Tautulli"