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

epm-reinstall: add homebrew support

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