#!/bin/bash apt update apt upgrade -y apt install ethtool -y ufw enable ufw reload ethtool -s wol g echo "Add `ethernet-wol g` to the line after iface of the network device with correct amount of tabs!\nAllow port 9 and 7 (tcp & udp) if needed.\n" echo "Install complete."