Commit d6b411d1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

install: yum local install is obsoleted, use just yum install

parent 874b7d1e
...@@ -136,7 +136,7 @@ epm_install_files() ...@@ -136,7 +136,7 @@ epm_install_files()
return ;; return ;;
yum-rpm) yum-rpm)
docmd $SUDO rpm -Uvh --force $@ && return docmd $SUDO rpm -Uvh --force $@ && return
docmd $SUDO yum --nogpgcheck local install $@ docmd $SUDO yum --nogpgcheck install $@
return ;; return ;;
pkg_add) pkg_add)
docmd $SUDO pkg_add $@ docmd $SUDO pkg_add $@
......
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