prak2-scripts/BuncisWebServer/setup.sh
2024-10-03 14:05:20 +07:00

5 lines
120 B
Bash

#!/bin/bash
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install unzip php7.2-fpm nginx -y