We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7debf4 commit d08d495Copy full SHA for d08d495
radarr/setup.bash
@@ -16,10 +16,13 @@ apk add -U --update --no-cache \
16
ffmpeg && \
17
echo "************ install python packages ************" && \
18
pip install --upgrade --no-cache-dir -U --break-system-packages \
19
- excludarr \
20
- yt-dlp \
21
- yq && \
22
-echo "************ setup SMA ************" && \
+ excludarr \
+ yt-dlp \
+ yq && \
+echo "************ setup SMA ************"
23
+if [ -d "${SMA_PATH}" ]; then
24
+ rm -rf "${SMA_PATH}"
25
+fi
26
echo "************ setup directory ************" && \
27
mkdir -p ${SMA_PATH} && \
28
echo "************ download repo ************" && \
0 commit comments