Guest User

Untitled

a guest
Jun 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. 1- apt-get update
  2. 2- apt-get install x11vnc xinit xvfb libxcursor1 ca-certificates bzip2
  3. 3- sudo update-ca-certificates
  4. 4- apt-get install libglib2.0-0
  5. 5- mkdir -p /opt/
  6. 6- cd /opt/
  7. 7- wget http://frie.se/ts3bot/ts3soundboardbot-0.9.5.tar.bz2
  8. 8- tar -xjf ts3soundboardbot-0.9.5.tar.bz2
  9. 9- cd /opt/ts3soundboard
  10. 10- wget http://dl.4players.de/ts/releases/3.0.19.1/TeamSpeak3-Client-linux_amd64-3.0.19.1.run
  11. 11- chmod 0755 TeamSpeak3-Client-linux_amd64-3.0.19.1.run
  12. 12- ./TeamSpeak3-Client-linux_amd64-3.0.19.1.run
  13. 13 - sudo wget https://yt-dl.org/latest/youtube-dl
  14. 14 - chmod 755 youtube-dl
  15. 15- ./ts3bot -update
  16. 13- cp libsoundbot_plugin.so /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/plugins
  17. 14- chmod 0755 ts3bot
  18. 15- screen -S TSMBot xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac
Add Comment
Please, Sign In to add comment