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
Vladislav
eepm
Commits
0c7f81b9
Commit
0c7f81b9
authored
Jul 02, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play vinteo.desktop: fix url (ALT bug 46501)
parent
764ea8c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
vinteo.desktop.sh
play.d/vinteo.desktop.sh
+13
-1
No files found.
play.d/vinteo.desktop.sh
View file @
0c7f81b9
...
...
@@ -10,6 +10,18 @@ DESCRIPTION="Client for Vinteo videoconferencing server"
arch
=
amd64
pkgtype
=
deb
PKGURL
=
$(
epm tool eget
--list
--latest
https://download.vinteo.com/VinteoClient/linux/
"Vinteo.Desktop-
$VERSION
-
$arch
.
$pkgtype
"
)
||
fatal
"Can't get package URL"
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"
$(
epm tool eget
--list
--latest
https://download.vinteo.com/VinteoClient/linux/3.
*
| xargs
basename
)
"
# use rpm, but not for ALT
[
"
$(
epm print info
-p
)
"
=
"rpm"
]
&&
[
"
$(
epm print info
-s
)
"
!=
"alt"
]
&&
pkgtype
=
rpm
case
"
$(
epm print info
-d
)
"
in
AstraLinux
*
)
PKGURL
=
"https://download.vinteo.com/VinteoClient/linux/
$VERSION
/astralinux/Vinteo.Desktop-
$VERSION
-
$arch
.
$pkgtype
"
;;
*
)
PKGURL
=
"https://download.vinteo.com/VinteoClient/linux/
$VERSION
/Vinteo.Desktop-
$VERSION
-
$arch
.
$pkgtype
"
;;
esac
epm
install
"
$PKGURL
"
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