Commit e56bb943 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Add RERemix to RHEL-like distros

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