Fix python-setuptools under Ubuntu 16.04

This commit is contained in:
Teddysun 2016-05-04 09:25:46 +09:00
parent 8d562b7030
commit 2d35cc71a6

View File

@ -126,7 +126,7 @@ function pre_install(){
yum install -y automake make curl curl-devel zlib-devel perl perl-devel cpio expat-devel gettext-devel which yum install -y automake make curl curl-devel zlib-devel perl perl-devel cpio expat-devel gettext-devel which
else else
apt-get -y update apt-get -y update
apt-get -y install python python-dev python-pip curl wget unzip gcc swig automake make perl cpio apt-get -y install python python-dev python-pip python-setuptools curl wget unzip gcc swig automake make perl cpio
fi fi
# Get IP address # Get IP address
echo "Getting Public IP address, Please wait a moment..." echo "Getting Public IP address, Please wait a moment..."