install.sh: support install on centos7 and foobar7

Signed-off-by: Tuomo Soini <tis@foobar.fi>
This commit is contained in:
Tuomo Soini 2014-09-23 13:18:58 +03:00
parent 96102623ee
commit 8f05d0f16d
4 changed files with 4 additions and 4 deletions

View File

@ -198,7 +198,7 @@ if [ -z "$BUILD" ]; then
eval $(cat /etc/os-release | grep ^ID)
case $ID in
fedora|rhel)
fedora|rhel|centos|foobar)
BUILD=redhat
;;
debian)

View File

@ -191,7 +191,7 @@ if [ -z "$BUILD" ]; then
eval $(cat /etc/os-release | grep ^ID=)
case $ID in
fedora|rhel)
fedora|rhel|centos|foobar)
BUILD=redhat
;;
debian|ubuntu)

View File

@ -206,7 +206,7 @@ if [ -z "$BUILD" ]; then
eval $(cat /etc/os-release | grep ^ID)
case $ID in
fedora|rhel)
fedora|rhel|centos|foobar)
BUILD=redhat
;;
debian)

View File

@ -216,7 +216,7 @@ if [ -z "$BUILD" ]; then
eval $(cat /etc/os-release | grep ^ID)
case $ID in
fedora|rhel)
fedora|rhel|centos|foobar)
BUILD=redhat
;;
debian)