Browse Source

Only module name is required

Ernesto Nicolás Carrea 5 years ago
parent
commit
851ce86ec5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/module/php/install.inc

+ 1 - 1
bin/module/php/install.inc

@@ -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