|
|
@@ -21,7 +21,7 @@ EOL
|
|
|
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php > /dev/null 2>&1
|
|
|
elif [ "$OS_BASE" = 'rhel' ]; then
|
|
|
# Disable CentOS PHP, enable Remi PHP
|
|
|
- dnf -y module disable php:*
|
|
|
+ dnf -y module disable php
|
|
|
dnf -y install http://rpms.remirepo.net/enterprise/remi-release-$OS_VERSION.rpm
|
|
|
dnf config-manager --set-enabled remi remi-modular
|
|
|
dnf -y module enable php:remi-$PHP_DEFAULT_VERSION
|