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
Nurlan
eepm
Commits
ee18f2cb
Commit
ee18f2cb
authored
Aug 30, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
play anydesk.sh: update for their updated site
parent
b48511b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
anydesk.sh
prescription.d/anydesk.sh
+14
-7
No files found.
prescription.d/anydesk.sh
View file @
ee18f2cb
...
@@ -28,16 +28,23 @@ case $arch in
...
@@ -28,16 +28,23 @@ case $arch in
fatal
"Unsupported arch
$arch
for
$(
$DISTRVENDOR
-d
)
"
fatal
"Unsupported arch
$arch
for
$(
$DISTRVENDOR
-d
)
"
esac
esac
VERSION
=
*
# el8 build contains libpangx inside
REL
=
*
.el8
# we have workaround for their postinstall script, so always repack rpm package
# we have workaround for their postinstall script, so always repack rpm package
repack
=
''
repack
=
''
[
"
$(
$DISTRVENDOR
-p
)
"
=
"deb"
]
&&
REL
=
1
||
repack
=
'--repack'
[
"
$(
$DISTRVENDOR
-p
)
"
=
"deb"
]
||
repack
=
'--repack'
# https://download.anydesk.com/linux/anydesk-6.0.1-1.el8.x86_64.rpm
# current links:
# https://download.anydesk.com/linux/anydesk_6.0.1-1_i386.deb
# https://download.anydesk.com/rpm/anydesk_6.0.1-1_x86_64.rpm
PKG
=
"https://download.anydesk.com/linux/
$(
epm print constructname
$PKGNAME
"
$VERSION
-
$REL
"
$arch
)
"
# https://download.anydesk.com/os-specific/rhel8/anydesk-6.0.1-1.el8.x86_64.rpm
# https://download.anydesk.com/deb/anydesk_6.0.1-1_amd64.deb
# general msk
PKGMASK
=
"
$(
$DISTRVENDOR
-p
)
/
$(
epm print constructname
$PKGNAME
"*"
$arch
''
'_'
)
"
# we miss obsoleted libpangox on ALT, so use RHEL8 build
# lib.req: WARNING: /usr/bin/anydesk: library libpangox-1.0.so.0 not found
[
"
$(
$DISTRVENDOR
-d
)
"
=
"ALTLinux"
]
&&
PKGMASK
=
"os-specific/rhel8/
$(
epm print constructname
$PKGNAME
"*"
$arch
)
"
PKG
=
"
$(
$EGET
--list
--latest
https://download.anydesk.com/linux
$PKGMASK
)
"
||
fatal
"Can't get package URL"
epm
$repack
install
"
$PKG
"
||
exit
epm
$repack
install
"
$PKG
"
||
exit
...
...
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