Update setup.bash

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

View file

@ -20,6 +20,20 @@ pip install --upgrade --no-cache-dir -U --break-system-packages \
yt-dlp \ yt-dlp \
yq yq
echo "************ setup SMA ************" echo "************ setup SMA ************"
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 ************"
if [ -d /config/extended/sma ]; then if [ -d /config/extended/sma ]; then
rm -rf /config/extended/sma rm -rf /config/extended/sma