You have grasped itor do I need to install a new version ??
How do I start looking at your script? And thank you very much
Well, it's more like a template for Bash commands! You have to have some know-how to use it! You have to customise it beforehandHow do I start looking at your script? And thank you very much
How do you mean edit?Well, it's more like a template for Bash commands! You have to have some know-how to use it! You have to customise it beforehand
You just have to adapt the code!How do you mean edit?
I can't see it and I'm not sure I can do it. There is no other easier installation ? ThanksYou just have to adapt the code!
If you don't have at least a basic knowledge of Bash, there's really no point in managing a server! Will give you the adapted version of the templateI can't see it and I'm not sure I can do it. There is no other easier installation ? Thanks
rm -r /tmp/.X11-unix
apt install x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libpci3 libxslt1.1 libxkbcommon0 libxss1 libglib2.0-0 libxcomposite1 curl screen -y
adduser --gecos --no-create-home --disabled-login --disabled-password sinusbot
mkdir /home/MusicBot
cd /home/MusicBot
wget https://www.sinusbot.com/pre/sinusbot-1.0.2-amd64.tar.bz2
bunzip2 sinusbot*.tar.bz2
tar xvf sinusbot*.tar
rm -r sinusbot*.tar
cd /home/MusicBot
rm -r config.ini.dist
wget https://pastebin.com/raw/d2D6wcPF -O config.ini
wget https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_amd64-3.5.6.run
bash TeamSpeak3-Client-linux_amd64-3.5.6.run
rm -r TeamSpeak3-Client-linux_amd64-3.5.6.run
mv TeamSpeak3-Client-linux_amd64 ts3
rm -r ts3/xcbglintegrations/libqxcb-glx-integration.so
mkdir ts3/plugins
cp plugin/libsoundbot_plugin.so ts3/plugins
chmod -R 777 .
sudo -u sinusbot ./sinusbot -override-password '1234'
Also no, because that's kinda outdatedJust use this guide for updating the sinusbot.
Yes, I'm going out of my way for a bash template .... But anyway, don't let anyone use it! Have so much timethat is a bad configuration, if we ever fix the installer script the thing wouldn't work.
Also no, because that's kinda outdated
@David1981 follow these instructions: https://lulalaby.github.io/sinusbot-docs/installation/linux/#update (lulalaby.github.io because this installation guide is updated + includes more infos about discord & reverse proxies)
The guide also downloads 1.0.2 and the correct supported teamspeak version
If you want to use a service file to control the bots process: https://github.com/SinusBot/linux-startscript
No idea what you mean!but you often don't have a clue what you talking about / give misinformation & make things harder.
Dude, one should understand Bash to be able to manage a server! If one can't even customise my templates (where there are comments, by the way), one shouldn't be managing a serverwe don't need some random pasebin thingy that no one understands.
Besides, I have already given the finished adaptation!Dude, one should understand Bash to be able to manage a server! If one can't even customise my templates (where there are comments, by the way), one shouldn't be managing a server
HereBash:rm -r /tmp/.X11-unix apt install x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libpci3 libxslt1.1 libxkbcommon0 libxss1 libglib2.0-0 libxcomposite1 curl screen -y adduser --gecos --no-create-home --disabled-login --disabled-password sinusbot mkdir /home/MusicBot cd /home/MusicBot wget https://www.sinusbot.com/pre/sinusbot-1.0.2-amd64.tar.bz2 bunzip2 sinusbot*.tar.bz2 tar xvf sinusbot*.tar rm -r sinusbot*.tar cd /home/MusicBot rm -r config.ini.dist wget https://pastebin.com/raw/d2D6wcPF -O config.ini wget https://files.teamspeak-services.com/releases/client/3.5.6/TeamSpeak3-Client-linux_amd64-3.5.6.run bash TeamSpeak3-Client-linux_amd64-3.5.6.run
Press enter, y and enter again to agree to the TeamSpeak terms of use... Then run:
Bash:rm -r TeamSpeak3-Client-linux_amd64-3.5.6.run mv TeamSpeak3-Client-linux_amd64 ts3 rm -r ts3/xcbglintegrations/libqxcb-glx-integration.so mkdir ts3/plugins cp plugin/libsoundbot_plugin.so ts3/plugins chmod -R 777 . sudo -u sinusbot ./sinusbot -override-password '1234'
Now log in to 0.0.0.0:8087 and use admin as username, 1234 as password (you can reset this under Settings -> User -> Edit)... Oh, and replace 0.0.0.0 with your IP