Commit b8c6ef22 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play librewolf: repack for alt

parent 82b8d607
......@@ -26,4 +26,7 @@ if ! is_glibc_enough 2.35 ; then
PKG="https://deb.librewolf.net/pool/focal/librewolf-$VERSION$arch.deb"
fi
epm install "$PKG"
repack=''
[ "$(epm print info -s)" = "alt" ] && repack='--repack'
epm install $repack "$PKG"
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