fixing php for gd zip intl for Alma

This commit is contained in:
Raven Scott 2022-05-31 19:32:36 -05:00
parent 51e6663149
commit c0ca2c996c
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ sudo dnf module reset php -y
sudo dnf module enable php:7.4 -y
sudo dnf install php php-common php-opcache php-cli php-gd php-curl php-mysqlnd -y
sudo dnf install php php-common php-opcache php-cli php-gd php-curl php-mysqlnd zip unzip php-zip php-intl php-gd php-pear php-devel -y
sudo dnf install mariadb-server -y
@ -47,7 +47,7 @@ echo "Installing MySQL 8"
echo "Starting MySQL 8"
service mysql start
service mariadb start
notif "Sleeping for 5 seconds to allow MySQL to start."
echo "Sleeping 5 seconds to allow MySQL to start"
sleep 5