lpic-305-306/multivm/apachephp.sh

9 lines
187 B
Bash
Raw Normal View History

2022-05-11 17:43:53 +02:00
#!/bin/bash
#Instalacja Apache i MC
sudo apt -y install apache2
#Instalacja PHP
sudo apt -y install php php-{cli,mysql,json,opcache,xml,mbstring,gd,curl}
sudo systemctl restart apache2