Update setup.bash
This commit is contained in:
parent
f7debf4ab7
commit
d08d495d77
1 changed files with 7 additions and 4 deletions
|
@ -19,7 +19,10 @@ pip install --upgrade --no-cache-dir -U --break-system-packages \
|
|||
excludarr \
|
||||
yt-dlp \
|
||||
yq && \
|
||||
echo "************ setup SMA ************" && \
|
||||
echo "************ setup SMA ************"
|
||||
if [ -d "${SMA_PATH}" ]; then
|
||||
rm -rf "${SMA_PATH}"
|
||||
fi
|
||||
echo "************ setup directory ************" && \
|
||||
mkdir -p ${SMA_PATH} && \
|
||||
echo "************ download repo ************" && \
|
||||
|
|
Loading…
Reference in a new issue