From b457091ad03f74e10f9d793a0bb267fcf4850169 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 25 Apr 2022 11:18:04 -0400 Subject: [PATCH] Update pihole-install.sh --- setup/pihole-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"`