Commit d0dcf6be authored by Vitaly Lipatov's avatar Vitaly Lipatov

__epm_assure_7zip: install 7-zip firstly

parent bcd1c377
......@@ -692,7 +692,7 @@ __epm_assure_7zip()
if is_command 7z || is_command 7za || is_command 7zr || is_command 7zz ; then
:
else
epm install p7zip
epm install 7-zip || epm install p7zip
fi
}
......
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