From 4a4993b0704d153f2d7040a86a2c6288ae298e81 Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 11 Aug 2016 19:11:04 +0200 Subject: [PATCH 1/2] Update Linux Guide.md --- docs/guides/Linux Guide.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guides/Linux Guide.md b/docs/guides/Linux Guide.md index 5d4b5195..a388aab5 100644 --- a/docs/guides/Linux Guide.md +++ b/docs/guides/Linux Guide.md @@ -37,12 +37,14 @@ Note if the command is not being initiated, hit **Enter** **2)** -`echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list` +`echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" | sudo +tee -a /etc/apt/sources.list.d/mono-xamarin.list` ####Mono on Debian 8 and later **2.5)** -`echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list` +`echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" | sudo +tee -a /etc/apt/sources.list.d/mono-xamarin.list` ####Mono on CentOS 7, Fedora 19 (and later) and later **2.6)** From cea2c04e8524ed651af389b69be139121e29b79c Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 11 Aug 2016 19:11:35 +0200 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index b4b04bcd..0028001f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,7 @@ pages: - Commands List: Commands List.md - Permissions System: Permissions System.md - JSON Explanations: JSON Explanations.md -- Custom Commands: Custom Reactions.md +- Custom Reactions: Custom Reactions.md - Frequently Asked Questions: Frequently Asked Questions.md - Contribution Guide: Contribution Guide.md - ❤ Donate ❤: Donate.md