Commit 20e579f7 authored by Andrey Limachko's avatar Andrey Limachko Committed by Vitaly Lipatov

epm play yandexmusic: update download package name

parent 5ae28674
...@@ -11,7 +11,7 @@ URL="https://github.com/cucumber-sp/yandex-music-linux/releases" ...@@ -11,7 +11,7 @@ URL="https://github.com/cucumber-sp/yandex-music-linux/releases"
arch="$(epm print info -a)" arch="$(epm print info -a)"
case "$arch" in case "$arch" in
x86_64) x86_64)
arch=x64 arch=amd64
;; ;;
aarch64) aarch64)
arch=arm64 arch=arm64
...@@ -21,6 +21,6 @@ case "$arch" in ...@@ -21,6 +21,6 @@ case "$arch" in
;; ;;
esac esac
PKGURL=$(epm tool eget --list --latest https://github.com/cucumber-sp/yandex-music-linux/releases "yandexmusic.$VERSION.$arch.rpm") PKGURL=$(epm tool eget --list --latest https://github.com/cucumber-sp/yandex-music-linux/releases "yandex-music_${VERSION}_${arch}.deb")
epm install --repack $PKGURL epm install --repack $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