Update preinstall.sh
This commit is contained in:
parent
f07982daf5
commit
b898d2de60
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue