Commit 87ba30ff authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play duplicati: always download deb package (eterbug #17955)

parent 834440f3
......@@ -10,9 +10,6 @@ URL="https://www.duplicati.com/"
warn_version_is_not_supported
pkgtype="$(epm print info -p)"
#PKG=$(eget --list --latest https://www.duplicati.com/download "duplicati-*$pkgtype") || fatal "Can't get package URL"
PKGURL="$(eget -O /dev/stdout https://updates.duplicati.com/beta/latest-installers.js | grep -i -o -E '"url": "(.+)"' | cut -d'"' -f4 | grep "duplicati.*$pkgtype")"
PKGURL="$(eget -O /dev/stdout https://updates.duplicati.com/beta/latest-installers.js | grep -i -o -E '"url": "(.+)"' | cut -d'"' -f4 | grep "duplicati.*deb")"
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