Commit 83afe0ea authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm play: dont update packages from Rosa Fresh repository

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