1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-10 23:03:07 +00:00

Fix verbose (#4373)

This commit is contained in:
Slaviša Arežina 2025-05-10 15:23:13 +02:00 committed by GitHub
parent e166115745
commit af1cf0bc71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ mkdir -p /var/lib/bazarr/
curl -fsSL "https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip" -o $(basename "https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip")
unzip -qq bazarr -d /opt/bazarr
chmod 775 /opt/bazarr /var/lib/bazarr/
python3 -m pip install -q -r /opt/bazarr/requirements.txt
$STD python3 -m pip install -q -r /opt/bazarr/requirements.txt
msg_ok "Installed Bazarr"
msg_info "Creating Service"