From ca9168b0d8b6621e2929b459c653ddbe68f4847b Mon Sep 17 00:00:00 2001 From: Alek Date: Tue, 20 Sep 2016 22:37:23 +1000 Subject: [PATCH] Updated Installation CentOS 7 (markdown) --- Installation-CentOS-7.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installation-CentOS-7.md b/Installation-CentOS-7.md index 876b762..bd4a21d 100644 --- a/Installation-CentOS-7.md +++ b/Installation-CentOS-7.md @@ -18,6 +18,11 @@ Please note these were the steps taken by an experienced user. yum-config-manager --add-repo http://download.mono-project.com/repo/centos/ yum install wget mediainfo libzen libmediainfo curl gettext mono-core mono-devel sqlite.x86_64 -y +* If you have issues or you started from a very base (minimal) install, you may also need + +yum -y install wget git par2cmdline p7zip unrar unzip tar gcc python-yenc python-feedparser python-configobj python-cheetah python-dbus python-support python-devel libxslt-devel + + *Add a user for sonarr to use useradd sonarr -s /sbin/nologin