Commit bc8aa876 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play yandex-browser: still update beta version if it is installed

parent f5057996
......@@ -4,7 +4,7 @@ PRODUCTDIR=/opt/yandex/browser
DESCRIPTION="Yandex browser from the official site"
BRANCH=stable
if [ "$2" = "beta" ] ; then
if [ "$2" = "beta" ] || epm installed yandex-browser-beta ; then
BRANCH=beta
PRODUCTDIR=/opt/yandex/browser-$BRANCH
fi
......
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