From 72055abf84a666cb66303eafb97be4fc71dfcc89 Mon Sep 17 00:00:00 2001 From: stephenl03 Date: Thu, 2 Feb 2017 21:49:02 -0600 Subject: [PATCH] fixed some formating --- Installation-CentOS-7.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation-CentOS-7.md b/Installation-CentOS-7.md index 0ca2ae2..0a5f290 100644 --- a/Installation-CentOS-7.md +++ b/Installation-CentOS-7.md @@ -11,7 +11,7 @@ Please note these were the steps taken by an experienced user. * 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 + 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 @@ -78,11 +78,11 @@ Run the following to test for missing mono links. If you see a line similar to -_System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_ + _System.Net.WebException: /usr/lib/libMonoPosixHelper.so ---> System.DllNotFoundException: /usr/lib/libMonoPosixHelper_ The resolution below will fix that. ### Resolution: Run the following command -`ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so` \ No newline at end of file + `ln -s /usr/lib64/libMonoPosixHelper.so /usr/lib/libMonoPosixHelper.so` \ No newline at end of file