From 557ddf9e4cdd1637fe0f979b3ac187a0f176bc82 Mon Sep 17 00:00:00 2001 From: Ali Abbas Date: Mon, 5 May 2014 23:41:04 +0200 Subject: [PATCH] display curl error message on failure (i.e: timeout, dns lookup etc.) --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8a07716..fa586f3 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ Installing To install: - bash < <(curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) Installing Go ============= diff --git a/README.md b/README.md index 03a78ad..6370df6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Installing To install: - bash < <(curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) Installing Go =============