Ignore mismatching checksums
This commit is contained in:
parent
2c260d4f62
commit
b797c4c962
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue