Use HTTP instead of SSH to access the git repo. Some firewalls block port port 9418 (the defailt for git ssh)

This commit is contained in:
Michael Hoisie
2012-03-17 14:23:12 -07:00
parent 6e8720de05
commit bc1fc149f3
+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!"