From ed25de982bf748bbfee46266e529c36e49bf4503 Mon Sep 17 00:00:00 2001 From: erxspin Date: Sat, 25 Feb 2017 13:55:32 +0600 Subject: [PATCH] fixed small typos --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 88c8c38..aa071bb 100755 --- a/install.sh +++ b/install.sh @@ -149,7 +149,7 @@ if [ .$os_check = .'Debian' ]; then fi elif [ .$os_check = .'CentOS' ]; then if [ .$real_os = .'CentOS' ]; then - echo "${yellow}Detected CentOS{normal}" + echo "${yellow}Detected CentOS${normal}" if [ $check_major_release -ge 7 ]; then os_centos_continue='true' else @@ -159,7 +159,7 @@ elif [ .$os_check = .'CentOS' ]; then fi fi if [ .$real_os = .'Fedora' ]; then - echo "${yellow}Detected Fedora{normal}" + echo "${yellow}Detected Fedora${normal}" if [ $check_major_release -ge 19 ]; then os_centos_continue='true' else