
TeamSpeak Easy Installer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
i wrote this "q&d" script because a friend of mine struggled to install teamspeak (system wide) and as it turned out that other people have the same problem as him i decided to release this script.
How to use?
--> sudo python3 tsei.py install or su -c "python3 tsei.py install"
What does TSEI?
--> Checking your architecture and distribution
--> Download and install required packages e.g. python-requests, python-pexpect, python-bs4
--> Download newest TeamSpeak-Client and TeamSpeak-Icon for your architecture
--> Verify the TeamSpeak*.run
--> Unpacking TeamSpeak and agree to the license agreement automatically
--> Creating launcher and desktop file
--> Moving the files to /usr/local/* and /usr/share/applications
Supported distributions:
--> Fedora, Ubuntu, Linux Mint, Debian, Elementary OS, OpenSUSE (automatically installation of the requirements via "apt" and "dnf")
--> Every other distribution via pip3
1.3.6 2 years ago
Changed http to https
1.3.6 2 years ago
Changed http to https
1.3.5 2 years ago
Changed Icon name to ts_stacked-bluelight.png
1.3.3 2 years ago
Changed path to /usr/local/share/teamspeak
1.3.2 2 years ago
Added "Categories" in .desktp file
1.3.1 2 years ago
Changed using ID instead of NAME from /etc/os-release
1.3 2 years ago
Added automatic installation for openSUSE (zypper), elementaryOS and generic Linuxes (pip3)
1.2.2 2 years ago
Fixed a little logic error in install()
Added LinuxMint
1.2.1 2 years ago
Fixed an error in check_supported_distri()
Changed the supported distri (self.APT_DISTRI and self.DNF_DISTRI)
Please login or register to add a comment or rating