Skip to content

Commit c217dfa

Browse files
Merge pull request #392 from p4p4j0hn/issue-87
fixes #87 [Lidarr] Error: writing output failed: Broken pipe
2 parents 8b19cdf + e1bea27 commit c217dfa

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lidarr/setup.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ apk add -U --upgrade --no-cache \
2222
musl-locales-lang \
2323
flac \
2424
jq \
25+
xq \
2526
git \
2627
gcc \
2728
ffmpeg \

radarr/setup.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ apk add -U --update --no-cache \
1818
flac \
1919
opus-tools \
2020
jq \
21+
xq \
2122
git \
2223
wget \
2324
mkvtoolnix \

readarr/setup.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
echo "************ install and update packages ************"
33
apk add -U --update --no-cache \
44
jq \
5+
xq \
56
py3-pip \
67
ffmpeg
78
echo "************ install python packages ************"

sonarr/setup.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ apk add -U --update --no-cache \
1818
flac \
1919
opus-tools \
2020
jq \
21+
xq \
2122
git \
2223
wget \
2324
mkvtoolnix \

0 commit comments

Comments
 (0)