vdhcoapp.sh 409 Bytes
Newer Older
1 2
#!/bin/sh

3
PKGNAME=net.downloadhelper.coapp.noffmpeg
4 5 6
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Video DownloadHelper Companion App 2"
7
URL="https://www.downloadhelper.net/w/CoApp-Installation"
8 9 10 11 12

. $(dirname $0)/common.sh

arch="$(epm print info -a)"

13
mask="dhcoapp-noffmpeg-linux-$arch.deb"
14

15
PKGURL=$(eget --list --latest https://github.com/aclap-dev/vdhcoapp/releases/ "$mask")
16

17
install_pkgurl