Commit ba397eb8 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Fix build for ROSA

parent 0c93731f
......@@ -49,7 +49,7 @@ check_for_centos()
{
SPECIFIC_CENTOS=
if which lsb_release > /dev/null; then
lsb_release -d | egrep -q 'CentOS|Red Hat|Scientific Linux|NauLinux|LinuxWizard Server|RERemix' && SPECIFIC_CENTOS=1
lsb_release -d | egrep -q 'CentOS|Red Hat|Scientific Linux|NauLinux|LinuxWizard Server|RERemix|ROSA' && SPECIFIC_CENTOS=1
fi
if [ -n "$SPECIFIC_CENTOS" ] ; then
echo
......
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