Jackbox
Active Member
- Jan 2, 2016
- 197
- 96
- 74
Copy and paste just the below box and you are all set:
Alternative Method:
Simply copy and paste the following into your terminal. This should work for both 64 bit and 32 bit environments. If you have any issues please reply.
Compatible: Debian, Ubuntu
Sit back and relax until you see the TeamSpeak 3 license agreement.
Enter, q, y, Enter
Wait a few more seconds.
teamspeak
SECURITY SCAN: https://www.virustotal.com/#/file/5...c17603c00601aac272604bb694db2b77ad8/detection
---
Changelog: uname -i will no longer be used. arch is more standard and works on both Debian and Ubuntu from my testing. arch is the equivalent of uname -m it seems.
Code:
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CDC87042
add-apt-repository "deb https://mirror.r4p3.net/ jessie main"
apt-get install teamspeak
Alternative Method:
Simply copy and paste the following into your terminal. This should work for both 64 bit and 32 bit environments. If you have any issues please reply.
Compatible: Debian, Ubuntu
Code:
mkdir /etc/teamspeak; cd /etc/teamspeak; sudo wget https://raw.githubusercontent.com/R4P3-Linux/TS3-Ubuntu/master/KneescR4P3.sh; sudo chmod +x KneescR4P3.sh; sudo ./KneescR4P3.sh
Sit back and relax until you see the TeamSpeak 3 license agreement.
Enter, q, y, Enter
Wait a few more seconds.
teamspeak
SECURITY SCAN: https://www.virustotal.com/#/file/5...c17603c00601aac272604bb694db2b77ad8/detection
---
Changelog: uname -i will no longer be used. arch is more standard and works on both Debian and Ubuntu from my testing. arch is the equivalent of uname -m it seems.
Last edited by a moderator: