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:
parent
649a565801
commit
c179936b54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user