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()
return ;;
yum-rpm)
docmd $SUDO rpm -Uvh --force $@ && return
docmd $SUDO yum --nogpgcheck local install $@
docmd $SUDO yum --nogpgcheck install $@
return ;;
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