diff --git a/Health-Checks.md b/Health-Checks.md index 11c0f89..d124e5c 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -9,7 +9,11 @@ Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above r Mono version 4.x and higher are also available and provides a better experience on certain platforms. #### Update to .NET Core version #### -Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core. Please manually upgrade +Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core. + +This should only happen on linux hosts. To remedy, download the correct build for your architecture: [x64](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=x64) or [arm64](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm64) or [arm](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm). + +Delete your existing binaries and replace with the contents of the `.tar.gz` you just downloaded. Update your startup script to call `Radarr` instead of `mono --debug Radarr.exe` #### New update is available ####