Commit dffbf71c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: use local repo on ALT Atomic only

parent 9d3185a9
......@@ -70,7 +70,8 @@ epm_install_files_alt()
fi
# install packages via apm on ALT Atomic
if [ "$PMTYPE" = "apm-rpm" ] ; then
#if [ "$PMTYPE" = "apm-rpm" ] ; then
if [ "$FULLDISTRNAME" = "ALT Atomic" ] ; then
epm_install_files_alt_via_repo $files
return
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