Updated Ubuntu Install script (markdown)

TheNep 2016-01-21 23:45:40 -05:00
parent 6060d4dcd5
commit 4c4fd05c14

@ -1,4 +1,4 @@
#Ubuntu Autoinstaller
#Ubuntu/Debian Autoinstaller
Save this as a .sh file and run it. Made by NepNep.
@ -30,5 +30,10 @@ cd Desktop/
sudo git clone https://github.com/Twentysix26/Red-DiscordBot.git
cd Red-DiscordBot
sudo python3 red.py
```
Dont know how to run it? No Problem
```
sudo chmod +x PATH/TO/SCRIPT.sh
PATH/TO/SCRIPT.sh
```