From 1af4300f698b128f6fa110036aa4504d8590a3cc Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 2 Feb 2019 17:58:32 +0800 Subject: [PATCH] update --- scripts/install.sh | 2 +- scripts/install_centos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index b603ea629..c7bf0e60c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -42,4 +42,4 @@ fi endTime=`date +%s` ((outTime=($endTime-$startTime)/60)) -echo "Time consumed:\033[32m $outTime \033[0mMinute!" \ No newline at end of file +echo -e "Time consumed:\033[32m $outTime \033[0mMinute!" \ No newline at end of file diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 85060a893..ac6ea949c 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -26,7 +26,7 @@ yum groupinstall -y "Development Tools" paces="wget python-devel python-imaging zip unzip openssl openssl-devel gcc libxml2 libxml2-dev libxslt* zlib zlib-devel libjpeg-devel libpng-devel libwebp libwebp-devel freetype freetype-devel lsof pcre pcre-devel vixie-cron crontabs" yum -y install $paces yum -y lsof net-tools.x86_64 -yum -y install ncurses-devel mysql-dev +yum -y install ncurses-devel mysql-dev locate yum -y install epel-release python-devel wget https://bootstrap.pypa.io/get-pip.py