diff --git a/ComprehensiveGuide.md b/ComprehensiveGuide.md index a66c3d5f..2bf7fe74 100644 --- a/ComprehensiveGuide.md +++ b/ComprehensiveGuide.md @@ -47,3 +47,4 @@ ________________________________________________________________________________ - On the left tab, access Credentials. There will be a line saying "If you wish to skip this step and create an API key, client ID or service account." Click on API Key, and then Server Key in the new window that appears. Enter in a name for the server key. A new window will appear with your Google API key. Copy the key. - Open up credentials.json. For "GoogleAPIKey", fill in with the new key. - Go to (https://soundcloud.com/you/apps/new). Enter a name for the app and create it. You will see a page with the title of your app, and a field labeled Client ID. Copy the ID. In credentials.json, fill in "SoundcloudClientID" with the copied ID. +- Restart your computer. diff --git a/LinuxSetup.md b/LinuxSetup.md index 14152c90..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)** @@ -121,12 +135,10 @@ Note if the command is not be initiated, hit **Enter** ######NOW WE NEED TO IMPORT SOME DISCORD CERTS **13)** -
mozroots --import --ask-remove --machine
-
+`certmgr -ssl https://discordapp.com`
**14)**
-certmgr --ssl https://gateway.discord.gg
-
+`certmgr --ssl https://gateway.discord.gg`
Type `yes` and hit Enter **(three times - as it will ask for three times)**