We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e166115 commit af1cf0bCopy full SHA for af1cf0b
install/bazarr-install.sh
@@ -26,7 +26,7 @@ mkdir -p /var/lib/bazarr/
26
curl -fsSL "https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip" -o $(basename "https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip")
27
unzip -qq bazarr -d /opt/bazarr
28
chmod 775 /opt/bazarr /var/lib/bazarr/
29
-python3 -m pip install -q -r /opt/bazarr/requirements.txt
+$STD python3 -m pip install -q -r /opt/bazarr/requirements.txt
30
msg_ok "Installed Bazarr"
31
32
msg_info "Creating Service"
0 commit comments