Skip to content

Commit af1cf0b

Browse files
authored
Fix verbose (#4373)
1 parent e166115 commit af1cf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/bazarr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mkdir -p /var/lib/bazarr/
2626
curl -fsSL "https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip" -o $(basename "https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip")
2727
unzip -qq bazarr -d /opt/bazarr
2828
chmod 775 /opt/bazarr /var/lib/bazarr/
29-
python3 -m pip install -q -r /opt/bazarr/requirements.txt
29+
$STD python3 -m pip install -q -r /opt/bazarr/requirements.txt
3030
msg_ok "Installed Bazarr"
3131

3232
msg_info "Creating Service"

0 commit comments

Comments
 (0)