Commit 2cb66357 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play teamspeak: they keep all releases, so remove warn_version_is_not_supported

parent 7bc86867
......@@ -38,7 +38,6 @@ Name=Telegram Desktop
Comment=Official desktop version of Telegram messaging app
Exec=$PRODUCT -- %u
Icon=$iconname
StartupWMClass=TelegramDesktop
Type=Application
Categories=Chat;Network;InstantMessaging;Qt;
MimeType=x-scheme-handler/tg;
......
......@@ -8,9 +8,6 @@ URL="https://www.teamspeak.com/"
. $(dirname $0)/common.sh
# Why we need this ?
warn_version_is_not_supported
if [ "$VERSION" = "*" ] ; then
VERSION=$(eget -O- https://teamspeak.com/en/downloads/ | grep -oP 'https://files\.teamspeak-services\.com/pre_releases/client/([\.\-beta\d]+)' | head -n 1 | grep -oP '([\.\-beta\d]+)' | tail -n 1)
fi
......
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