Commit 616f63a6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play common.sh: don't get latest version twice for IPFS

parent b2cf9b37
......@@ -533,11 +533,6 @@ is_repacked_packages $REPOPKGNAME || exit 0
# hack for hplip
[ "$PKGNAME" = "hplip-plugin" ] && VERSION="*"
if [ -z "$VERSION" ] && [ -z "$force" ] && [ -n "$EGET_IPFS_DB" ] && [ -z "$latest" ] ; then
# IPFS is using, use known version
VERSION="$(get_latest_version $PKGNAME)"
fi
if [ -z "$VERSION" ] && [ -z "$force" ] && [ -z "$latest" ] ; then
# by default use latest known version to install
VERSION="$(get_latest_version $PKGNAME)"
......
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