Merge pull request #405 from miraai/patch-2

Debian jessie guide
This commit is contained in:
Master Kwoth 2016-07-14 18:18:59 +02:00 committed by GitHub
commit b2f8325d91
2 changed files with 17 additions and 4 deletions

View File

@ -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.

View File

@ -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)**
<pre><code class="language-bash">mozroots --import --ask-remove --machine
</code></pre>
`certmgr -ssl https://discordapp.com`
**14)**
<pre><code class="language-bash">certmgr --ssl https://gateway.discord.gg
</code></pre>
`certmgr --ssl https://gateway.discord.gg`
Type `yes` and hit Enter **(three times - as it will ask for three times)**