diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/install.sh b/install.sh index 25a4f5960..dc2663628 100755 --- a/install.sh +++ b/install.sh @@ -47,9 +47,7 @@ apt-get update && apt-get install -y \ uwsgi-plugin-python \ supervisor \ python-pip \ - vim \ - python-setuptools && \ - easy_install -U setuptools==30.0.0 + vim apt-get -y autoremove && apt-get clean |