Change install method for gvm

This commit is contained in:
2018-01-21 18:38:29 +00:00
parent f592f461d3
commit 54692c799e

View File

@@ -102,7 +102,7 @@ install_nvm () {
} }
install_gvm () { 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 () { install_virtualenv () {