Update setup.bash
This commit is contained in:
parent
dad78147aa
commit
a00c31c3da
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue