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 82a73b4 commit 0965f6bCopy full SHA for 0965f6b
lidarr/setup.bash
@@ -43,20 +43,6 @@ echo "************ setup SMA ************"
43
if [ -d "${SMA_PATH}" ]; then
44
rm -rf "${SMA_PATH}"
45
fi
46
-echo "*********SMA WORKAROUND ************"
47
-pip3 install --break-system-packages \
48
- requests \
49
- idna \
50
- requests-cache \
51
- babelfish \
52
- tmdbsimple \
53
- mutagen \
54
- guessit \
55
- subliminal \
56
- python-dateutil \
57
- stevedore \
58
- cleanit \
59
- plexapi
60
echo "************ setup directory ************" && \
61
mkdir -p ${SMA_PATH} && \
62
echo "************ download repo ************" && \
0 commit comments