Update tautulli-install.sh

tweak
This commit is contained in:
tteckster 2024-06-27 22:41:46 -04:00 committed by GitHub
parent 2ec2831d5f
commit 00f7e0b287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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