Skip to content

Commit 952d631

Browse files
author
beaver-coder
authored
Update setup.bash with dotnet8-runtime
Recyclarr would not download/run with dotnet7, if you follow the alpine linux url, you will find that dotnet7-runtime does not exist. When I forked this and modified it to dotnet8, it worked on the first try. This needs to be fixed in sonarr and radarr.
1 parent e81fd95 commit 952d631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radarr/setup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mkdir -p /recyclarr && \
4141
wget "https://github.com/recyclarr/recyclarr/releases/latest/download/recyclarr-linux-musl-x64.tar.xz" -O "/recyclarr/recyclarr.tar.xz" && \
4242
tar -xf /recyclarr/recyclarr.tar.xz -C /recyclarr &>/dev/null && \
4343
chmod 777 /recyclarr/recyclarr
44-
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community dotnet7-runtime
44+
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community dotnet8-runtime
4545

4646
mkdir -p /custom-services.d
4747
echo "Download QueueCleaner service..."

0 commit comments

Comments
 (0)