From ccebb93050b9d2c32146882083fa50ae7c018f0d Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Thu, 23 Oct 2014 14:47:23 -0400
Subject: [PATCH] Improved Centos 7 support in installer.
---
install/lib/install.lib.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php
index 04205cc..109b429 100644
--- a/install/lib/install.lib.php
+++ b/install/lib/install.lib.php
@@ -264,7 +264,7 @@
} elseif(stristr($content, 'CentOS Linux release 7')) {
$distname = 'CentOS';
$distver = 'Unknown';
- $distid = 'centos53';
+ $distid = 'centos70';
$distbaseid = 'fedora';
swriteln("Operating System: CentOS 7 or compatible\n");
} else {
--
Gitblit v1.9.1