We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cfdf2 commit 55fe797Copy full SHA for 55fe797
images/win/scripts/Installers/Install-MongoDB.ps1
@@ -3,7 +3,7 @@
3
## Desc: Install MongoDB
4
####################################################################################
5
6
-Choco-Install -PackageName mongodb -ArgumentList "--version=4.4.7"
+Choco-Install -PackageName mongodb
7
$mongoPath = (Get-CimInstance Win32_Service -Filter "Name LIKE 'mongodb'").PathName
8
$mongoBin = Split-Path -Path $mongoPath.split('"')[1]
9
Add-MachinePathItem "$mongoBin"
0 commit comments