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;
|
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"';
|
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 `
|
choco install -y `
|
||||||
HxD `
|
HxD `
|
||||||
docker-desktop `
|
docker-desktop `
|
||||||
gh `
|
gh `
|
||||||
github-desktop `
|
github-desktop `
|
||||||
ida-free `
|
|
||||||
imhex `
|
imhex `
|
||||||
dotpeek;
|
dotpeek;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue