Update tautulli-install.sh

add pyopenssl
This commit is contained in:
tteckster 2023-05-24 22:11:16 -04:00 committed by GitHub
parent 7a3530b246
commit 767899c4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ 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 pyopenssl
msg_ok "Installed Tautulli"
msg_info "Creating Service"