Script for centos7 now also installs 'unzip' package

Some virtual server providers (like DigitalOcean) do not have unzip
installed in their centos7 image so we need to install it in our script.
This commit is contained in:
Dragan Matić
2015-01-23 11:26:18 +01:00
parent a2f5d1cfc5
commit a90a701c0d
+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