remove an extra -

This commit is contained in:
Michael Parker 2019-07-29 21:51:37 -04:00
parent 32b3fdd39c
commit 22c37f9a38

View File

@ -49,7 +49,7 @@ yum-config-manager --enable remi-php73
yum update -y
## Install PHP 7.3
yum install -y -php php-common php-fpm php-cli php-json php-mysqlnd php-mcrypt php-gd php-mbstring php-pdo php-zip php-bcmath php-dom php-opcache
yum install -y php php-common php-fpm php-cli php-json php-mysqlnd php-mcrypt php-gd php-mbstring php-pdo php-zip php-bcmath php-dom php-opcache
```
### Nginx