RandomNinjaAtk / arr-scripts

Extended Container Scripts - Automation scripts to make life easier!
GNU General Public License v3.0
756 stars 74 forks source link

Update setup.bash with dotnet8-runtime (Radarr) #294

Closed beaver-coder closed 3 months ago

beaver-coder commented 3 months ago

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.

beaver-coder commented 3 months ago

Same issue I had here, I added a comment to clarify: https://github.com/RandomNinjaAtk/arr-scripts/issues/264#issuecomment-2274713565

I forked it and made the change and this fixed it.

RandomNinjaAtk commented 3 months ago

thx!