Commit 76d50d76 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play element-desktop: add direct URL

parent 58e1f744
......@@ -14,6 +14,11 @@ URL="https://element.io/"
arch="amd64"
mask="$(epm print constructname $PKGNAME "$VERSION" $arch "deb")"
PKGURL=$(eget --list --latest https://packages.element.io/debian/pool/main/e/element-desktop/index.html "$mask")
if [ "$VERSION" = "*" ] ; then
PKGURL="$(eget --list --latest https://packages.element.io/debian/pool/main/e/element-desktop/index.html "$mask")"
else
PKGURL="https://packages.element.io/debian/pool/main/e/element-desktop/$mask"
fi
install_pkgurl
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