icingaweb2: Install SCL before icingaweb2

This commit is contained in:
Markus Frosch 2017-11-17 14:29:21 +01:00
parent aed711ee4b
commit 021bb3d7ec

View File

@ -1,13 +1,13 @@
#!/bin/bash
# this script runs in the rpm_test environment
install_package icingaweb2
# Install SCL on CentOS
if grep -q 'ID="centos"' /etc/os-release; then
sudo yum install -y centos-scl-release
fi
install_package icingaweb2
# set timezone for PHP
if [ -d /etc/opt/rh/rh-php71/php.d ]; then
php_d=/etc/opt/rh/rh-php71/php.d