mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
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:
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user