From 22c37f9a386e5a2389efc8c27e797d02428a0189 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Mon, 29 Jul 2019 21:51:37 -0400 Subject: [PATCH] remove an extra - --- community/installation-guides/panel/centos7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/installation-guides/panel/centos7.md b/community/installation-guides/panel/centos7.md index 4b5d6642..4fe21272 100644 --- a/community/installation-guides/panel/centos7.md +++ b/community/installation-guides/panel/centos7.md @@ -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