Require script to be run as root

Run as root

[ "$EUID" -eq 0 ] || {
  echo 'Please run with sudo or as root.'
  exit 1
}