youtube-music.sh 395 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh

PKGNAME=YouTube-Music
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)"
URL="https://github.com/th-ch/youtube-music"

. $(dirname $0)/common.sh

PKGURL=$(epm tool eget --list --latest https://github.com/th-ch/youtube-music/releases/ "YouTube-Music-$VERSION.AppImage")

epm install $PKGURL