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

epm play: dont update packages from MOS Desktop repository

parent 51a4802e
......@@ -283,8 +283,8 @@ is_repacked_package()
epm status --installed $pkg || return 0
# actually only for ALT, RedOS and R
if [ "$(epm print info -s)" != "alt" ] && [ "$(epm print info -s)" != "redos" ] && [ "$(epm print info -s)" != "rosafresh" ] ; then
# 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
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