4 lines
131 B
Bash
4 lines
131 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
dnf install -y httpd mariadb-server mariadb php-{common,gmp,fpm,curl,intl,pdo,mbstring,gd,xml,cli,zip,mysqli}
|