Install VSCodium Insiders for all users
This commit is contained in:
parent
9d7d0efe2b
commit
e355b6244d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ function Restore-PersonalApps([Context] $context) {
|
|||
|
||||
choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;
|
||||
choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium;
|
||||
winget install --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 epicgameslauncher steam goggalaxy;
|
||||
|
||||
$context.RemoveDesktopIcon("*Epic Games*");
|
||||
|
|
Loading…
Reference in a new issue