updated bootstrap.sh

pull/2/head
Hari Sekhon 3 years ago
parent 0368610b91
commit 99b3b9124f

@ -15,11 +15,11 @@
# Alpine / Wget: # Alpine / Wget:
# #
# wget https://raw.githubusercontent.com/HariSekhon/DevOps-Bash-tools/master/setup/bootstrap.sh && sh bootstrap.sh # wget -O- https://raw.githubusercontent.com/HariSekhon/DevOps-Bash-tools/master/setup/bootstrap.sh | sh
# #
# Curl: # Curl:
# #
# curl https://raw.githubusercontent.com/HariSekhon/DevOps-Bash-tools/master/setup/bootstrap.sh | sh # curl https://raw.githubusercontent.com/HariSekhon/DevOps-Bash-tools/master/setup/bootstrap.sh | sh
set -eu set -eu
[ -n "${DEBUG:-}" ] && set -x [ -n "${DEBUG:-}" ] && set -x

Loading…
Cancel
Save