Commit c7795e2b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play anydesk: fix download latest version

parent bf6acb0c
......@@ -41,7 +41,7 @@ PKGMASK="$(epm print constructname $PKGNAME "$VERSION" $arch '' '_')"
# lib.req: WARNING: /usr/bin/anydesk: library libpangox-1.0.so.0 not found
#[ "$(epm print info -s)" = "alt" ] && PKGMASK="os-specific/rhel8/$(epm print constructname $PKGNAME "*" $arch)"
PKGURL="$(epm tool eget --list --latest https://download.anydesk.com/linux/ $PKGMASK)" || fatal "Can't get package URL"
PKGURL="$(epm tool eget --list --latest https://download.anydesk.com/linux/ ./$PKGMASK)" || fatal "Can't get package URL"
epm $repack install "$PKGURL" || exit
......
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