Update setup.bash

This commit is contained in:
RandomNinjaAtk 2023-08-11 15:32:36 +00:00 committed by GitHub
parent dad78147aa
commit a00c31c3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ pip install --upgrade --no-cache-dir -U \
yq
echo "************ setup SMA ************"
echo "************ setup directory ************"
if [ -d /config/extended/sma ]; then
rm -rf /config/extended/sma
fi
mkdir -p /config/extended/sma
echo "************ download repo ************"
git clone https://github.com/mdhiggins/sickbeard_mp4_automator.git /config/extended/sma