prak3-scripts/RonWeasley/setup.sh

5 lines
125 B
Bash

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