diff --git a/setup/pihole-install.sh b/setup/pihole-install.sh index 89eda75a..632a2662 100644 --- a/setup/pihole-install.sh +++ b/setup/pihole-install.sh @@ -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"`