Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
2cb66357
Commit
2cb66357
authored
Apr 05, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play teamspeak: they keep all releases, so remove warn_version_is_not_supported
parent
7bc86867
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
Telegram.sh
pack.d/Telegram.sh
+0
-1
teamspeak.sh
play.d/teamspeak.sh
+0
-3
No files found.
pack.d/Telegram.sh
View file @
2cb66357
...
@@ -38,7 +38,6 @@ Name=Telegram Desktop
...
@@ -38,7 +38,6 @@ Name=Telegram Desktop
Comment=Official desktop version of Telegram messaging app
Comment=Official desktop version of Telegram messaging app
Exec=
$PRODUCT
-- %u
Exec=
$PRODUCT
-- %u
Icon=
$iconname
Icon=
$iconname
StartupWMClass=TelegramDesktop
Type=Application
Type=Application
Categories=Chat;Network;InstantMessaging;Qt;
Categories=Chat;Network;InstantMessaging;Qt;
MimeType=x-scheme-handler/tg;
MimeType=x-scheme-handler/tg;
...
...
play.d/teamspeak.sh
View file @
2cb66357
...
@@ -8,9 +8,6 @@ URL="https://www.teamspeak.com/"
...
@@ -8,9 +8,6 @@ URL="https://www.teamspeak.com/"
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
# Why we need this ?
warn_version_is_not_supported
if
[
"
$VERSION
"
=
"*"
]
;
then
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
)
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
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment