Update tautulli-install.sh

This commit is contained in:
tschettervictor
2024-09-15 13:13:06 -06:00
committed by GitHub
parent 60d5641bf0
commit 772c5d8096

View File

@@ -1,6 +1,8 @@
#!/bin/sh
# Install Tautulli
PYTHON_VERSION="39"
# Check for Root Privileges
if ! [ $(id -u) = 0 ]; then
echo "This script must be run with root privileges"