Update preinstall.sh

This commit is contained in:
André Bauer 2016-10-31 14:04:40 +01:00 committed by GitHub
parent f07982daf5
commit b898d2de60

View file

@ -7,8 +7,8 @@ PATH=/opt/zammad/bin:/opt/zammad/vendor/bundle/bin:/sbin:/bin:/usr/sbin:/usr/bin
# install epel-release & nginx on centos because it does not work via dependencies
if [ -n "$(which yum)" ]; then
yum install -y epel-release
yum install -y -q epel-release
yum install -y nginx
yum install -y -q nginx
fi