From 8b18fdd322e60fc3f844d0e9d0cfc32cd5ce444e Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 21 Jan 2016 17:19:09 -0500 Subject: [PATCH] Update gravity.sh --- gravity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gravity.sh b/gravity.sh index bc1efbc9..7a7fe231 100755 --- a/gravity.sh +++ b/gravity.sh @@ -14,13 +14,13 @@ if [[ $EUID -eq 0 ]];then echo "You are root." else - echo "::: sudo will be used for the install." + echo "::: sudo will be used." # Check if it is actually installed # If it isn't, exit because the install cannot complete if [[ $(dpkg-query -s sudo) ]];then export SUDO="sudo" else - echo "::: Please install sudo or run this as root." + echo "::: Please install sudo or run this script as root." exit 1 fi fi