Merge pull request #598 from dmatic/master

Script for centos7 now also installs 'unzip' package
This commit is contained in:
mdipierro
2015-01-23 12:10:47 -06:00
+1 -1
View File
@@ -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