diff --git a/scripts/setup-web2py-centos7.sh b/scripts/setup-web2py-centos7.sh index 340ac05d..4d28ac06 100644 --- a/scripts/setup-web2py-centos7.sh +++ b/scripts/setup-web2py-centos7.sh @@ -56,7 +56,7 @@ echo yum update # Install required packages -yum install httpd mod_ssl mod_wsgi wget python +yum install httpd mod_ssl mod_wsgi wget python unzip ### ### Phase 2 - Install web2py