Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. 1 apt-get update
  2. 2 apt-get upgrade
  3. 3 apt-get install x11vnc xinit xvfb libxcursor1 ca-certificates bzip2 curl libglib2.0-0 nano screen -y
  4. 4 adduser bot
  5. 5 mkdir -p /opt/ts3soundboard
  6. 6 chown bot:bot /opt/ts3soundboard
  7. 7 su bot
  8. 8 cd /opt/ts3soundboard/
  9. 9 curl -O https://frie.se/ts3bot/sinusbot-0.9.8.tar.bz2
  10. 10 tar -xjf sinusbot-0.9.8.tar.bz2
  11. 11 cp config.ini.dist config.ini
  12. 12 wget http://dl.4players.de/ts/releases/3.0.19.4/TeamSpeak3-Client-linux_amd64-3.0.19.4.run
  13. 13 chmod 755 TeamSpeak3-Client-linux_amd64-3.0.19.4.run
  14. 14 ./TeamSpeak3-Client-linux_amd64-3.0.19.4.run
  15. 16 cp plugin/libsoundbot_plugin.so /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/plugins
  16. 17 chmod 755 ts3bot
  17. 18 ./ts3bot -update
  18. == W TYM MOMENCIE KOPIUJEMY ts3bot DO FOLDERU, A NASTEPNIE: ==
  19. 19 script /dev/null
  20. 20 screen -S bot xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement