File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ touch ${SMA_PATH}/config/sma.log && \
4848chgrp users ${SMA_PATH} /config/sma.log && \
4949chmod g+w ${SMA_PATH} /config/sma.log && \
5050echo " ************ install pip dependencies ************" && \
51- python3 -m pip install --break-system-packages --upgrade pip && \
52- pip3 install --break-system-packages -r ${SMA_PATH} /setup/requirements.txt && \
51+ python3 -m pip install --break-system-packages --upgrade pip && \
52+ pip3 install --break-system-packages -r ${SMA_PATH} /setup/requirements.txt || true
5353echo " ************ install recyclarr ************" && \
5454mkdir -p /recyclarr && \
5555wget " https://github.com/recyclarr/recyclarr/releases/latest/download/recyclarr-linux-musl-x64.tar.xz" -O " /recyclarr/recyclarr.tar.xz" && \
5656tar -xf /recyclarr/recyclarr.tar.xz -C /recyclarr & > /dev/null && \
5757chmod 777 /recyclarr/recyclarr
58- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community dotnet7 -runtime
58+ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community dotnet8 -runtime
5959
6060mkdir -p /custom-services.d
6161echo " Download QueueCleaner service..."
You can’t perform that action at this time.
0 commit comments