From c179936b54539313d844d2970717b5be2879d5c4 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 24 Jan 2016 20:49:37 +0000 Subject: [PATCH] add $SUDO --- 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 aae159dd..4ba1620a 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -46,7 +46,7 @@ dhcpcdFile=/etc/dhcpcd.conf # Must be root to install echo ":::" if [[ $EUID -eq 0 ]];then - echo "You are root." + echo "::: You are root." else echo "::: sudo will be used for the install." # Check if it is actually installed