Update setup.bash

#19
This commit is contained in:
RandomNinjaAtk 2023-07-15 10:08:25 -04:00 committed by GitHub
parent 4e2ddcd215
commit d7f63dd982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,9 @@ apk add -U --update --no-cache \
ffmpeg \
yt-dlp && \
echo "************ install python packages ************" && \
pip install --upgrade --no-cache-dir -U yq && \
pip install --upgrade --no-cache-dir -U \
excludarr \
yq && \
echo "************ setup SMA ************" && \
echo "************ setup directory ************" && \
mkdir -p ${SMA_PATH} && \