From 2d35cc71a650dad24525e2331e8cd213e3cf8663 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 4 May 2016 09:25:46 +0900 Subject: [PATCH] Fix python-setuptools under Ubuntu 16.04 --- shadowsocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks.sh b/shadowsocks.sh index 0e524f2..039798d 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -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 else 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 # Get IP address echo "Getting Public IP address, Please wait a moment..."