Revert file

#283
This commit is contained in:
RandomNinjaAtk 2024-07-11 16:36:27 +00:00 committed by GitHub
parent 82a73b4b02
commit 0965f6b2c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,20 +43,6 @@ 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 ************" && \