Commit 74100f8a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play guardant: use repack for all rpm based distros

parent e5ae27ef
......@@ -29,7 +29,7 @@ esac
PKGURL=$(epm tool eget --list --latest https://download.guardant.ru/LM/Linux/$VERSION/$shortarch/ "$file") || fatal "Can't get package URL"
repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
[ "$pkgtype" = "rpm" ] && repack='--repack'
epm pack $PKGNAME $repack --install "$PKGURL" "$VERSION" || exit
......
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