Commit 6a6494c9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: add comment about --latest

parent 5f3f8c22
......@@ -121,7 +121,7 @@ install_pkgurl()
# TODO: repack for deb systems too
[ "$pkgtype" = "rpm" ] && repack='--repack'
[ -n "$PKGURL" ] || fatal "Can't get package URL"
[ -n "$PKGURL" ] || fatal "Can't get package URL. Try use epm play --latest <app> to get latest version."
epm install $repack $PKGURL "$@" || exit
}
......@@ -136,7 +136,7 @@ install_pack_pkgurl()
# TODO: repack for deb systems too
[ "$pkgtype" = "rpm" ] && repack='--repack'
[ -n "$PKGURL" ] || fatal "Can't get package URL"
[ -n "$PKGURL" ] || fatal "Can't get package URL. Try use epm play --latest <app> to get latest version."
epm pack $repack --install $PKGNAME "$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