summaryrefslogtreecommitdiffstats
path: root/server/lib/shell.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/shell.js')
-rw-r--r--server/lib/shell.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/shell.js b/server/lib/shell.js
index 7265d09..bc6a216 100644
--- a/server/lib/shell.js
+++ b/server/lib/shell.js
@@ -2,7 +2,8 @@
var path = require('path')
var shell = require('shelljs')
// var child = require('child_process')
-var ipxeGIT = 'git://git.ipxe.org/ipxe.git'
+//var ipxeGIT = 'git://git.ipxe.org/ipxe.git'
+var ipxeGIT = 'http://git.ipxe.org/ipxe.git'
var io = require(path.join(__appdir, 'lib', 'socketio'))
const fs = require('fs')