From dc7aa0813f52eed4eb039a21ee13d6a5cb7f104c Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Thu, 19 May 2016 05:01:32 -0400 Subject: [PATCH] Merge branch 'master' into 'stable-3.1' --- install/lib/install.lib.php | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php index ae17a72..3afc988 100644 --- a/install/lib/install.lib.php +++ b/install/lib/install.lib.php @@ -300,6 +300,12 @@ $distid = 'centos53'; $distbaseid = 'fedora'; swriteln("Operating System: CentOS 6 or compatible\n"); + } elseif(stristr($content, 'CentOS Linux release 7.2')) { + $distname = 'CentOS'; + $distver = 'Unknown'; + $distid = 'centos72'; + $distbaseid = 'fedora'; + swriteln("Operating System: CentOS 7.2\n"); } elseif(stristr($content, 'CentOS Linux release 7')) { $distname = 'CentOS'; $distver = 'Unknown'; -- Gitblit v1.9.1