Fix typo
This commit is contained in:
parent
a736000796
commit
52b27f62ce
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function Restore-PersonalApps([Context] $context) {
|
|||
# Media
|
||||
choco install -y k-litecodecpackmega;
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop;
|
||||
$context.RemoveDesktopIcon("YouTube Music");
|
||||
$context.RemoveDesktopIcon("YouTube Music*");
|
||||
|
||||
# Coding
|
||||
choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;
|
||||
|
|
Loading…
Reference in a new issue