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 () {