From 3ef47a3fb74329cdf7c1a3a39791b86e810fe8b5 Mon Sep 17 00:00:00 2001 From: Richard Neese Date: Mon, 16 May 2016 21:31:12 -0500 Subject: [PATCH] cleaning up install.sh --- debian/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/install.sh b/debian/install.sh index be617bf..575da54 100644 --- a/debian/install.sh +++ b/debian/install.sh @@ -1,5 +1,4 @@ #!/bin/sh -#----OS ENVIRONMENT CHECKS------- # check to confirm running as root. # First, we need to be root... if [ "$(id -u)" -ne "0" ]; then sudo -p "$(basename "$0") must be run as root, please enter your sudo password : " "$0" "$@"