7 lines
185 B
Bash
7 lines
185 B
Bash
GREEN='\033[1;32m'
|
|
RESET='\033[0m'
|
|
|
|
echo ""
|
|
echo -e "Welcome ${GREEN}%name%${RESET}! To add hostnames to Pi-Hole enter the following to the console:"
|
|
echo "bash /opt/AddHost.sh"
|
|
echo "" |