Make the help text of "pihole checkout [what] [branch]" more colorful

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2024-08-22 21:22:52 +02:00
parent 7206569b1d
commit a302d7b5d7
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD
3 changed files with 23 additions and 19 deletions

View file

@ -16,9 +16,10 @@
#
# curl -sSL https://install.pi-hole.net | bash
# -e option instructs bash to immediately exit if any command [1] has a non-zero exit status
# We do not want users to end up with a partially working install, so we exit the script
# instead of continuing the installation with something broken
# -e option instructs bash to immediately exit if any command [1] has a non-zero
# exit status We do not want users to end up with a partially working install,
# so we exit the script instead of continuing the installation with something
# broken
set -e
# Append common folders to the PATH to ensure that all basic commands are available.