Commit 31e96639 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play yandex-disk: install also yandex-disk-indicator

parent 88678625
......@@ -12,4 +12,11 @@ DESCRIPTION="Yandex Disk from the official site"
# http://repo.yandex.ru/yandex-disk/yandex-disk_latest_i386.deb
# http://repo.yandex.ru/yandex-disk/yandex-disk-latest.i386.rpm
# epm uses eget to download * names
epm install "http://repo.yandex.ru/yandex-disk/$(epm print constructname $PKGNAME "latest")"
epm install "http://repo.yandex.ru/yandex-disk/$(epm print constructname $PKGNAME "latest")" || exit
# Install also tray indicator
if [ "$(epm print info -s)" = "alt" ] ; then
epm install --skip-installed yandex-disk-indicator
fi
true
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