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

epm-reinstall: add homebrew support

parent d827f378
......@@ -43,6 +43,9 @@ epm_reinstall_names()
dnf-rpm)
sudocmd dnf reinstall $@
return ;;
homebrew)
sudocmd brew reinstall $@
return ;;
pkgng)
sudocmd pkg install -f $@
return ;;
......
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