#!/bin/bashdnf module list nginxdnf module enable nginx:1.20 -ydnf install nginx -ydnf module list phpdnf module enable php:7.4 -ydnf install php php-mysqlnd php-fpm php-opcache php-gd php-xml php-mbstring php-json php-posixyum -y install mariadb-server mariadb mariadb-develsystemctl restart nginx mariadb php-fpm && systemctl restart nginx mariadb php-fpm
