Last active
May 14, 2019 15:43
-
-
Save hoangdh/df0486871782ef748153bd4fc6fe57ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
yum install epel-release yum-utils -y | |
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm -y | |
yum-config-manager --enable remi-php72 | |
yum install php-cli php-fpm php-mysql php-json php-opcache php-mbstring php-xml php-gd php-curl -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment