From c7275cc42783a5866fae910b5ba61756e6ce89d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20K=C3=B6cher?= Date: Tue, 8 Jul 2014 11:26:53 +0200 Subject: [PATCH] added CentOS 7 (Core) support --- candi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/candi.sh b/candi.sh index 149bbbd..bd0251b 100755 --- a/candi.sh +++ b/candi.sh @@ -345,6 +345,7 @@ guess_platform() { "Tikanga"*) echo rhel5;; "Santiago"*) echo rhel6;; "Maipo"*) echo rhel7;; + "Core"*) echo centos7;; esac elif [ -x /usr/bin/sw_vers ] then -- 2.39.5