5 lines
171 B
Bash
5 lines
171 B
Bash
#!/bin/bash
|
|
|
|
echo "nameserver 192.168.122.1" > /etc/resolv.conf
|
|
apt-get update
|
|
apt-get install unzip php7.2 php7.2-fpm libapache2-mod-php7.2 apache2 apache2-utils nginx -y |