From f8ffc684222a6972a954a24310847da1da073092 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 28 Jul 2024 14:13:39 -0700 Subject: [PATCH] Add php-opcache --- sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md b/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md index 0a2969a..fbf5e56 100644 --- a/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md +++ b/sample-scripts/RHEL-9-LEMP-Drupal-Multisite.md @@ -14,7 +14,7 @@ sudo dnf install -y composer ## Install other necessary packages ``` -sudo dnf install -y php-gd php-pdo unzip +sudo dnf install -y php-gd php-opcache php-pdo unzip ``` ## Setup Directory Structure