From 13a479a9f6cdb4daa4f9335246eb1a928519ee1c Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Sat, 11 Jun 2016 13:21:08 -0500 Subject: [PATCH] tell user to run as root since you can't install sudo as a non-root user, the script needs to be run as root in order to install it. --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 7a8fad40..699f68ee 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -58,7 +58,7 @@ else if [[ $(dpkg-query -s sudo) ]];then export SUDO="sudo" else - echo "::: sudo will be installed. It is needed for the Web interface to run pihole commands." + echo "::: sudo is needed for the Web interface to run pihole commands. Please run this script as root and it will be automatically installed." exit 1 fi fi