prak3-scripts/Dementor/setup.sh
2024-10-24 21:28:49 +07:00

5 lines
103 B
Bash

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