Ignore mismatching checksums

This commit is contained in:
Manuel Thalmann 2023-07-18 17:03:38 +02:00
parent 2c260d4f62
commit b797c4c962

View file

@ -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;