Update setup.bash

This commit is contained in:
RandomNinjaAtk 2024-06-26 10:48:34 +00:00 committed by GitHub
parent f7debf4ab7
commit d08d495d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,13 @@ apk add -U --update --no-cache \
ffmpeg && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir -U --break-system-packages \
excludarr \
yt-dlp \
yq && \
echo "************ setup SMA ************" && \
excludarr \
yt-dlp \
yq && \
echo "************ setup SMA ************"
if [ -d "${SMA_PATH}" ]; then
rm -rf "${SMA_PATH}"
fi
echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \
echo "************ download repo ************" && \