1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-08 15:10:55 +00:00

add $SUDO

This commit is contained in:
Promofaux 2016-01-24 20:49:37 +00:00
parent 649a565801
commit c179936b54

View File

@ -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