mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 21:15:05 +00:00
Updated Health Checks (markdown)
parent
bfc9591c8d
commit
0c85de0543
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Mono version 4.x and higher are also available and provides a better experience
|
|||
#### Update to .NET Core version ####
|
||||
Newer versions of Lidarr 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://services.lidarr.audio/v1/update/nightly/updatefile?os=linux&runtime=netcore&arch=x64) or [arm64](https://services.lidarr.audio/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm64) or [arm](https://services.lidarr.audio/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm).
|
||||
This should only happen on linux hosts. To remedy, download the correct build for your architecture: [x64](https://services.lidarr.audio/v1/update/nightly/updatefile?os=linux&runtime=netcore&arch=x64) or [arm64](https://services.lidarr.audio/v1/update/nightly/updatefile?os=linux&runtime=netcore&arch=arm64) or [arm](https://services.lidarr.audio/v1/update/nightly/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 `Lidarr` instead of `mono --debug Lidarr.exe`
|
||||
|
||||
|
|
Loading…
Reference in a new issue