forked from snxraven/autoinstallers
fixing php for gd zip intl for Alma
This commit is contained in:
parent
51e6663149
commit
c0ca2c996c
4
alma/wp
4
alma/wp
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user