mirror of https://github.com/tteck/Proxmox.git
Update pihole-install.sh
This commit is contained in:
parent
e441bcaeb6
commit
b457091ad0
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue