From 5ec4395f0e23bf11b3edef5c745e8f38c73ce637 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Fri, 24 Oct 2014 09:33:54 -0400
Subject: [PATCH] Merge branch 'stable-3.0.5'
---
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