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

View File

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