From b4a39c9b04a1df060fcddf59b7c9ed5f4987ef2c Mon Sep 17 00:00:00 2001 From: "Omar S." Date: Mon, 29 Dec 2014 14:58:26 -0500 Subject: [PATCH] Update install-mongodb.ps1 I changed the link, but the link is just for 64 bit systems...I don't know if it will work with 32 bit systems --- scripts/windows/install-mongodb.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/windows/install-mongodb.ps1 b/scripts/windows/install-mongodb.ps1 index 503872e99..e667e0ee8 100755 --- a/scripts/windows/install-mongodb.ps1 +++ b/scripts/windows/install-mongodb.ps1 @@ -2,9 +2,9 @@ Set-ExecutionPolicy RemoteSigned $mongoDbPath = "C:\MongoDB" $mongoDbConfigPath = "$mongoDbPath\mongod.cfg" -$url = "http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.4.9.zip" +$url = "http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-2.8.0-rc4.zip" $zipFile = "$mongoDbPath\mongo.zip" -$unzippedFolderContent ="$mongoDbPath\mongodb-win32-x86_64-2008plus-2.4.9" +$unzippedFolderContent ="$mongoDbPath\mongodb-win32-x86_64-2008plus-2.8.0-rc4.zip" if ((Test-Path -path $mongoDbPath) -eq $True) { @@ -36,4 +36,4 @@ Remove-Item $zipFile -recurse -force & $mongoDBPath\bin\mongod.exe --config $mongoDbConfigPath --install -& net start mongodb \ No newline at end of file +& net start mongodb