Skip to content

Commit 6a7ddb8

Browse files
Update setup.bash
#279
1 parent 11650ac commit 6a7ddb8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sonarr/setup.bash

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ pip install --upgrade --no-cache-dir -U --break-system-packages \
2020
yt-dlp \
2121
yq
2222
echo "************ setup SMA ************"
23+
echo "*********SMA WORKAROUND ************"
24+
pip3 install --break-system-packages \
25+
requests \
26+
idna \
27+
requests-cache \
28+
babelfish \
29+
tmdbsimple \
30+
mutagen \
31+
guessit \
32+
subliminal \
33+
python-dateutil \
34+
stevedore \
35+
cleanit \
36+
plexapi
2337
echo "************ setup directory ************"
2438
if [ -d /config/extended/sma ]; then
2539
rm -rf /config/extended/sma

0 commit comments

Comments
 (0)