Update setup.bash

#279
This commit is contained in:
RandomNinjaAtk 2024-06-26 12:31:38 +00:00 committed by GitHub
parent 6a7ddb885a
commit fdbd448a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,24 @@ pip install --upgrade --no-cache-dir --break-system-packages \
r128gain \
tidal-dl \
deemix && \
echo "************ setup SMA ************" && \
echo "************ setup SMA ************"
if [ -d "${SMA_PATH}" ]; then
rm -rf "${SMA_PATH}"
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 ************" && \
mkdir -p ${SMA_PATH} && \
echo "************ download repo ************" && \