Skip to content

Instantly share code, notes, and snippets.

View pwyoung's full-sized avatar

Phillip W Young pwyoung

  • PhillipWillsYoung
  • Boston, MA
View GitHub Profile
#!/bin/bash
if [[ $UID -ne 0 ]]; then
echo "This script must be run as root."
exit 1
fi
#DEBIAN_FRONTEND=noninteractive
################################################################################