diff --git a/SoftwareInstall.ps1 b/SoftwareInstall.ps1 index dfef790..2ffc579 100644 --- a/SoftwareInstall.ps1 +++ b/SoftwareInstall.ps1 @@ -14,7 +14,7 @@ try { } # Install software -choco install sysinternals -y +choco install sysinternals -y --ignore-checksums choco install dotnetfx -y choco install git.install -y choco install notepadplusplus -y