mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-16 23:13:00 +01:00
fix(tautulli): add setuptools<81 constraint to update script (#12959)
The update function was missing the setuptools version pin that exists in the install script. Without it, setuptools 82+ gets installed which breaks Tautulli's startup (exit code 1/FAILURE). Fixes #12950
This commit is contained in:
committed by
GitHub
parent
be2986075c
commit
d06af6aa63
@@ -51,6 +51,7 @@ function update_script() {
|
||||
$STD source /opt/Tautulli/.venv/bin/activate
|
||||
$STD uv pip install -r requirements.txt
|
||||
$STD uv pip install pyopenssl
|
||||
$STD uv pip install "setuptools<81"
|
||||
msg_ok "Updated Tautulli"
|
||||
|
||||
msg_info "Restoring config and database"
|
||||
|
||||
Reference in New Issue
Block a user