prak3-scripts/Voldemort/setup.sh

5 lines
122 B
Bash

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