Files
runner-images-temp/images/win/scripts/Installers/Install-MongoDB.ps1
T

9 lines
331 B
PowerShell
Raw Normal View History

2020-06-02 17:52:54 +05:00
####################################################################################
## File: Install-MongoDB.ps1
## Desc: Install MongoDB
####################################################################################
choco install mongodb
Add-MachinePathItem "$($env:SystemDrive)\Program Files\MongoDB\Server\4.2\bin"