Commit 099d7568 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play teamspeak5: version is not allowed

parent d66b654b
......@@ -8,9 +8,11 @@ URL="https://www.teamspeak.com/"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# TODO: check latest version here: https://www.teamspeak.com/en/downloads/#ts5client
[ "$VERSION" = "*" ] && VERSION=5.0.0-beta77
#[ "$VERSION" = "*" ] && VERSION=5.0.0-beta77
VERSION=5.0.0-beta77
PKGURL="https://files.teamspeak-services.com/pre_releases/client/$VERSION/teamspeak-client.tar.gz"
install_pack_pkgurl $VERSION
install_pack_pkgurl "$VERSION"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment