Merge pull request #4 from hoisie/master

Use HTTPS instead of SSH when downloading the git repo
This commit is contained in:
jbussdieker
2012-03-17 16:49:47 -07:00
+1 -1
View File
@@ -25,7 +25,7 @@ else
GVM_NAME="gvm"
fi
SRC_REPO=git://github.com/moovweb/gvm.git
SRC_REPO=https://github.com/moovweb/gvm.git
[ "$GVM_DEST" == "" ] && display_error "No destination specified!"
[ -d $GVM_DEST/$GVM_NAME ] && display_error "Already installed!"