3 Commits
Author SHA1 Message Date
Joshua Bussdieker 36f89d570e Placeholder for import command 2012-03-18 01:32:29 -07:00
jbussdieker e8076a83fb Merge pull request #4 from hoisie/master
Use HTTPS instead of SSH when downloading the git repo
2012-03-17 16:49:47 -07:00
Michael Hoisie bc1fc149f3 Use HTTP instead of SSH to access the git repo. Some firewalls block port port 9418 (the defailt for git ssh) 2012-03-17 14:23:12 -07:00
2 changed files with 5 additions and 1 deletions
+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!"
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
. $GVM_ROOT/scripts/functions