parent
d08d495d77
commit
6367a7162c
1 changed files with 14 additions and 0 deletions
|
@ -23,6 +23,20 @@ echo "************ setup SMA ************"
|
||||||
if [ -d "${SMA_PATH}" ]; then
|
if [ -d "${SMA_PATH}" ]; then
|
||||||
rm -rf "${SMA_PATH}"
|
rm -rf "${SMA_PATH}"
|
||||||
fi
|
fi
|
||||||
|
echo "*********SMA WORKAROUND ************"
|
||||||
|
pip3 install --break-system-packages \
|
||||||
|
requests \
|
||||||
|
idna \
|
||||||
|
requests-cache \
|
||||||
|
babelfish \
|
||||||
|
tmdbsimple \
|
||||||
|
mutagen \
|
||||||
|
guessit \
|
||||||
|
subliminal \
|
||||||
|
python-dateutil \
|
||||||
|
stevedore \
|
||||||
|
cleanit \
|
||||||
|
plexapi
|
||||||
echo "************ setup directory ************" && \
|
echo "************ setup directory ************" && \
|
||||||
mkdir -p ${SMA_PATH} && \
|
mkdir -p ${SMA_PATH} && \
|
||||||
echo "************ download repo ************" && \
|
echo "************ download repo ************" && \
|
||||||
|
|
Loading…
Reference in a new issue