From 54692c799e235cded79b023aff3ad0eaac6c8eb3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 21 Jan 2018 18:38:29 +0000 Subject: [PATCH] Change install method for gvm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e43343b..336c001 100755 --- a/install.sh +++ b/install.sh @@ -102,7 +102,7 @@ install_nvm () { } install_gvm () { - bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) + git_clone 'https://github.com/moovweb/gvm.git' "$TARGET/.gvm" } install_virtualenv () {