Last active
          February 18, 2016 11:40 
        
      - 
      
- 
        Save sedders123/678a21e728f8387ac795 to your computer and use it in GitHub Desktop. 
    Updated debian install script to work with RedV2
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | cd | |
| sudo apt-get install software-properties-common python-software-properties git make nasm pkg-config libx264-dev libxext-dev libxfixes-dev zlib1g-dev libopus0 libssl-dev openssl -y | |
| sudo add-apt-repository -y ppa:mc3man/trusty-media | |
| sudo apt-get install ffmpeg -y | |
| sudo apt-get update | |
| sudo mkdir pythonbuild | |
| cd pythonbuild/ | |
| sudo wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz | |
| sudo tar xvfz Python-3.5.1.tgz | |
| cd Python-3.5.1/ | |
| sudo ./configure | |
| sudo make -j2 | |
| sudo make install | |
| cd | |
| sudo pip3.5 install --upgrade pip | |
| sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async | |
| sudo pip3.5 install youtube_dl | |
| sudo pip3.5 install beautifulsoup4 | |
| sudo pip3.5 install imgurpython | |
| cd | |
| git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot | |
| cd Red-DiscordBot | |
| sudo python3.5 red.py | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
How to Use:
Copy / download this gist.
chmod +x filename
./filename