From d4ac91b070a9de0f298714ca606f9eacebeb87e7 Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 14 Jul 2016 18:14:19 +0200 Subject: [PATCH] Update LinuxSetup.md --- LinuxSetup.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/LinuxSetup.md b/LinuxSetup.md index 2126fe44..7583a12c 100644 --- a/LinuxSetup.md +++ b/LinuxSetup.md @@ -87,6 +87,20 @@ Note if the command is not be initiated, hit **Enter** *Before executing* `sudo apt-get install ffmpeg` +*If you are running Debian 8 Jessie, please, follow these steps:* + +`wget http://luxcaeli.de/installer.sh && sudo bash installer.sh` (Thanks to Eleria<3) + +In case you are not able to install it with installer ^up there, follow these steps: + +`sudo apt-get update` + +`echo "deb http://ftp.debian.org/debian jessie-backports main" | tee /etc/apt/sources.list.d/debian-backports.list` + +`sudo apt-get update` + +`sudo apt-get install ffmpeg -y` + ######Uncomplicated Firewall UFW **7)**