mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-23 04:49:50 +00:00
add $SUDO
This commit is contained in:
parent
649a565801
commit
c179936b54
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue