From f320151f4ac6be175ad9ea45c64d2abe7adc1497 Mon Sep 17 00:00:00 2001 From: "Joshua B. Bussdieker" Date: Sun, 27 Apr 2014 12:13:17 -0700 Subject: [PATCH] Fixes issue #65: Use the new domain and follow redirects --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9a99e23..8a07716 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ Installing To install: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) Installing Go ============= diff --git a/README.md b/README.md index feb09de..03a78ad 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Installing To install: - bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer) + bash < <(curl -s -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) Installing Go =============