Commit a6c70d77 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: dont update packages from Fedora repository

parent db584d5d
......@@ -285,8 +285,8 @@ is_repacked_package()
epm status --installed $pkg || return 0
# actually only for ALT, RedOS, Rosa Fresh and MOS Desktop
if [ "$(epm print info -s)" != "alt" ] && [ "$(epm print info -s)" != "redos" ] && [ "$(epm print info -s)" != "rosafresh" ] && [ "$(epm print info -s)" != "mos" ] ; then
# actually only for ALT, RedOS, Rosa Fresh, MOS Desktop and Fedora
if [ "$(epm print info -s)" != "alt" ] && [ "$(epm print info -s)" != "redos" ] && [ "$(epm print info -s)" != "rosafresh" ] && [ "$(epm print info -s)" != "mos" ] && [ "$(epm print info -s)" != "fedora" ] ; then
return 0
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