Allow unawaited installation of winget packages
This commit is contained in:
parent
1354856096
commit
f603b690a4
3 changed files with 3 additions and 3 deletions
scripts/Windows/Collections
|
@ -43,6 +43,6 @@ function Restore-PersonalApps([Context] $context) {
|
|||
|
||||
choso install -y --params "/NoDesktopIcon" vscode vscode-insiders;
|
||||
choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium;
|
||||
winget install -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"';
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"';
|
||||
choco install -y epicgameslauncher steam goggalaxy;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue