From cd7101f129d6cb0daec576d4b749c27a98928480 Mon Sep 17 00:00:00 2001 From: PiJARR <60171758+pijarr@users.noreply.github.com> Date: Fri, 28 Jan 2022 10:18:28 +1000 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 1a86991..ddbbe9f 100644 --- a/README.md +++ b/README.md @@ -64,17 +64,6 @@ Radarr http://:7878 ## Troubleshooting The required dependencies including [Mono](https://github.com/mono/mono) (Cross platform, open source .NET framework) may take a while to download and install. Be patient. -Otherwise try installing dependencies manually using the commands below and then re-run the script: - -1. `sudo apt -y install apt-transport-https dirmngr gnupg ca-certificates` - -2. `sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF` - -3. `echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list` - -4. `sudo apt -y update` - -5. `sudo apt -y install mono-devel mediainfo sqlite3 libmono-cil-dev libchromaprint-tools`