mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Make the help text of "pihole checkout [what] [branch]" more colorful
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
7206569b1d
commit
a302d7b5d7
3 changed files with 23 additions and 19 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue