Created
December 21, 2016 18:02
-
-
Save FlareNetwork/a73fa82272907efe70b7e47940a25335 to your computer and use it in GitHub Desktop.
[LINUX]Teamspeak 3 MusicBot | SinusBot Installer
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
| apt-get update | |
| apt-get upgrade | |
| apt-get install x11vnc xinit xvfb libxcursor1 ca-certificates bzip2 curl libglib2.0-0 nano | |
| adduser bot | |
| x | |
| x | |
| x | |
| x | |
| x | |
| Y | |
| mkdir -p /opt/ts3soundboard | |
| chown bot:bot /opt/ts3soundboard | |
| su bot | |
| cd /opt/ts3soundboard/ | |
| curl -O https://frie.se/ts3bot/sinusbot-0.9.8.tar.bz2 | |
| tar -xjf sinusbot-0.9.8.tar.bz2 | |
| cp config.ini.dist config.ini | |
| wget http://dl.4players.de/ts/releases/3.0.19.4/TeamSpeak3-Client-linux_amd64-3.0.19.4.run | |
| chmod 755 TeamSpeak3-Client-linux_amd64-3.0.19.4.run | |
| ./TeamSpeak3-Client-linux_amd64-3.0.19.4.run | |
| q | |
| y | |
| cp plugin/libsoundbot_plugin.so /opt/ts3soundboard/TeamSpeak3-Client-linux_amd64/plugins | |
| chmod 755 ts3bot | |
| ./ts3bot -update | |
| xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
213312