Update pihole-install.sh

This commit is contained in:
tteckster 2022-04-25 11:18:04 -04:00 committed by GitHub
parent e441bcaeb6
commit b457091ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
#!/usr/bin/env bash -ex #!/usr/bin/env bash
set -euo pipefail
shopt -s inherit_errexit nullglob
YW=`echo "\033[33m"` YW=`echo "\033[33m"`
RD=`echo "\033[01;31m"` RD=`echo "\033[01;31m"`
BL=`echo "\033[36m"` BL=`echo "\033[36m"`