mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-09-20 16:11:19 +08:00
Make the help text of "pihole checkout [what] [branch]" more colorful
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user