1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-16 12:14:42 -04:00

Add php-opcache

This commit is contained in:
Tommy 2024-07-28 14:13:39 -07:00 committed by GitHub
parent c7ddb00a35
commit f8ffc68422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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