edce722a68
Add retry logic for choco install to avoid random failures
7 lines
253 B
PowerShell
7 lines
253 B
PowerShell
################################################################################
|
|
## File: Install-Packer.ps1
|
|
## Desc: Install Packer
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName packer
|