mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Updated the url for the DB backup in the python installer
Updated the url for the DB backup in the python installer. I had updated it for the Win-setup under #1535
This commit is contained in:
parent
1f6f2ebc94
commit
0edd49e78e
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ May need an initial npm install upfront if newly checked out. \n
|
|||
|
||||
' if '--help' in process.argv
|
||||
|
||||
#TODO: MD5 Verification, using http://23.21.59.137/dump.md5 using digest stream https://github.com/jeffbski/digest-stream
|
||||
dbDump = 'http://23.21.59.137/dump.tar.gz' # Don't change this unless you know what you're doing
|
||||
#TODO: MD5 Verification, using http://54.91.159.37/dump.md5 using digest stream https://github.com/jeffbski/digest-stream
|
||||
dbDump = 'http://54.91.159.37/dump.tar.gz' # Don't change this unless you know what you're doing
|
||||
dbLocalPath = '../temp'
|
||||
|
||||
fs = require 'fs'
|
||||
|
|
Loading…
Reference in a new issue