Commit 415709d4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix tips about set version via =

parent 6a88579a
......@@ -3,7 +3,7 @@
PKGNAME=64Gram
SUPPORTEDARCHES="x86_64"
DESCRIPTION="64Gram (unofficial Telegram Desktop)"
TIPS="Run 'epm play 64gram <version>' to install the version of the 64Gram Telegram client."
TIPS="Run 'epm play 64gram=<version>' to install the version of the 64Gram Telegram client."
BRANCH="[0-9]"
VERSION=".*$BRANCH"
......
......@@ -3,7 +3,7 @@
PKGNAME=code
SUPPORTEDARCHES="x86_64 armhf aarch64"
DESCRIPTION="Visual Studio Code from the official site"
TIPS="Run epm play code <version> to install specific version."
TIPS="Run epm play code=<version> to install specific version."
. $(dirname $0)/common.sh
......
......@@ -4,7 +4,7 @@ PKGNAME=Telegram
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Telegram client from the official site"
PRODUCTALT="stable beta"
TIPS="Run 'epm play telegram-desktop beta' to install beta version of the Telegram client. Run 'epm play telegram-desktop version' to install the version of the Telegram client."
TIPS="Run 'epm play telegram-desktop=beta' to install beta version of the Telegram client. Run 'epm play telegram-desktop version' to install the version of the Telegram client."
BRANCH="[0-9]"
if echo "$2" | grep -q "beta" || epm installed Telegram-beta ; then
......
......@@ -9,7 +9,7 @@ if [ "$2" = "snapshot" ] || epm installed vivaldi-snapshot ; then
fi
PKGNAME=vivaldi-$BRANCH
SUPPORTEDARCHES="x86_64 x86 aarch64 armhf"
TIPS="Run 'epm play vivaldi snapshot' to install snapshot version of the browser."
TIPS="Run 'epm play vivaldi=snapshot' to install snapshot version of the browser."
. $(dirname $0)/common.sh
......
#!/bin/sh
DESCRIPTION="Yandex browser from the official site"
TIPS="Run 'epm play yandex-browser beta' to install beta version of the browser."
TIPS="Run 'epm play yandex-browser=beta' to install beta version of the browser."
PRODUCTALT="stable beta"
BRANCH=stable
......
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