From b797c4c962ffc685ea3c4e27f1fd371f6b06700b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 18 Jul 2023 17:03:38 +0200 Subject: [PATCH] Ignore mismatching checksums --- scripts/Windows/Collections/Personal.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 2d96712f..2e4150a6 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -96,12 +96,14 @@ function Restore-PersonalApps([Context] $context) { choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium; winget install --scope machine --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"'; + choco install -y --ignore-checksums ` + ida-free; + choco install -y ` HxD ` docker-desktop ` gh ` github-desktop ` - ida-free ` imhex ` dotpeek;