From 4a62c0f72a78db18d12c0750a80753ed8fe716bc Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 31 Jul 2025 18:36:33 +1000 Subject: [PATCH] chore: add software instasll --- SoftwareInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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