Skip to content

Commit d08d495

Browse files
Update setup.bash
1 parent f7debf4 commit d08d495

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

radarr/setup.bash

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ apk add -U --update --no-cache \
1616
ffmpeg && \
1717
echo "************ install python packages ************" && \
1818
pip install --upgrade --no-cache-dir -U --break-system-packages \
19-
excludarr \
20-
yt-dlp \
21-
yq && \
22-
echo "************ setup SMA ************" && \
19+
excludarr \
20+
yt-dlp \
21+
yq && \
22+
echo "************ setup SMA ************"
23+
if [ -d "${SMA_PATH}" ]; then
24+
rm -rf "${SMA_PATH}"
25+
fi
2326
echo "************ setup directory ************" && \
2427
mkdir -p ${SMA_PATH} && \
2528
echo "************ download repo ************" && \

0 commit comments

Comments
 (0)