update dependency packages

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2017-07-22 08:33:56 +09:00
parent 5436a8fe94
commit d8af1ff67c
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -223,10 +223,10 @@ pre_install(){
char=`get_char` char=`get_char`
# Install necessary dependencies # Install necessary dependencies
if check_sys packageManager yum; then if check_sys packageManager yum; then
yum install -y unzip openssl-devel gcc swig python python-devel python-setuptools autoconf libtool libevent automake make curl curl-devel zlib-devel perl perl-devel cpio expat-devel gettext-devel yum install -y python python-devel openssl openssl-devel curl wget unzip gcc automake autoconf make libtool
elif check_sys packageManager apt; then elif check_sys packageManager apt; then
apt-get -y update apt-get -y update
apt-get -y install python python-dev python-pip python-setuptools python-m2crypto curl wget unzip gcc swig automake make perl cpio build-essential apt-get -y install python python-dev openssl libssl-dev curl wget unzip gcc automake autoconf make libtool
fi fi
cd ${cur_dir} cd ${cur_dir}
} }