Last active
May 1, 2017 02:22
-
-
Save Bluscream/4ebd704cbc4389ab9cbbe8a644fcc1ff to your computer and use it in GitHub Desktop.
TS3AudioBot scripts
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
| sudo git pull origin develop | |
| mono nuget.exe restore | |
| xbuild /p:Configuration=Release /p:Platform=x86 TS3AudioBot.sln | |
| wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-32bit-static.tar.xz | |
| tar -vxf ffmpeg-git-32bit-static.tar.xz | |
| cp ffmpeg-git-20170417-32bit-static/ffmpeg TS3AudioBot/bin/Release/ |
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
| ./link.sh mtG/ILoveRadio | |
| ./link.sh mtG/ILoveYou | |
| ./link.sh mtG/ILoveMashup | |
| ./link.sh mtG/HouseTime | |
| ./link.sh mtG/TechnoBase |
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
| ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg ILoveRadio/ | |
| ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg ILoveYou/ | |
| ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg ILoveMashup/ | |
| ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg TechnoBase/ | |
| ln -s /opt/TS3AudioBot/mtG/configTS3AudioBot.cfg HouseTime/ |
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
| ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/BouncyCastle.Crypto.dll $1 | |
| ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/HtmlAgilityPack.dll $1 | |
| ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/TS3AudioBot.exe $1 | |
| ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/TS3Client.dll $1 | |
| ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/ffmpeg $1 | |
| ln -s /opt/TS3AudioBot/TS3AudioBot/bin/Release/LiteDB.dll $1 |
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
| #screen -q -D -RR -S mtG_ILoveRadio "cd /opt/TS3AudioBot/mtG/ILoveRadio;mono TS3AudioBot.exe -q" | |
| cd /opt/TS3AudioBot/mtG/ILoveRadio/;mono TS3AudioBot.exe -q -L & disown | |
| sleep 1 | |
| cd /opt/TS3AudioBot/mtG/ILoveYou/;mono TS3AudioBot.exe -q -L & disown | |
| sleep 1 | |
| cd /opt/TS3AudioBot/mtG/ILoveMashup/;mono TS3AudioBot.exe -q -L & disown | |
| sleep 1 | |
| cd /opt/TS3AudioBot/mtG/TechnoBase/;mono TS3AudioBot.exe -q -L & disown | |
| sleep 1 | |
| cd /opt/TS3AudioBot/mtG/HouseTime/;mono TS3AudioBot.exe -q -L & disown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment