Move media applications to the generic collection
This commit is contained in:
parent
0bbab27f58
commit
1c641a0949
2 changed files with 9 additions and 10 deletions
|
@ -63,7 +63,15 @@ function Restore-GenericApps([Context] $context) {
|
||||||
winget install --accept-source-agreements --accept-package-agreements -e --id KDE.KDEConnect;
|
winget install --accept-source-agreements --accept-package-agreements -e --id KDE.KDEConnect;
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
choco install -y k-litecodecpackmega;
|
choco install -y `
|
||||||
|
k-litecodecpackmega `
|
||||||
|
jellyfin-media-player `
|
||||||
|
vlc `
|
||||||
|
;
|
||||||
|
|
||||||
|
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop;
|
||||||
|
$context.RemoveDesktopIcon("YouTube Music*");
|
||||||
|
$context.RemoveDesktopIcon("VLC*");
|
||||||
|
|
||||||
# Coding
|
# Coding
|
||||||
choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;
|
choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;
|
||||||
|
|
|
@ -90,15 +90,6 @@ function Restore-PersonalApps([Context] $context) {
|
||||||
|
|
||||||
. "$PSScriptRoot/../Software/Ubiquiti UniFi Controller/Install.ps1" $context;
|
. "$PSScriptRoot/../Software/Ubiquiti UniFi Controller/Install.ps1" $context;
|
||||||
|
|
||||||
# Media
|
|
||||||
choco install -y `
|
|
||||||
jellyfin-media-player `
|
|
||||||
vlc;
|
|
||||||
|
|
||||||
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop;
|
|
||||||
$context.RemoveDesktopIcon("YouTube Music*");
|
|
||||||
$context.RemoveDesktopIcon("VLC*");
|
|
||||||
|
|
||||||
# Coding
|
# Coding
|
||||||
choco install -y --ignore-checksums `
|
choco install -y --ignore-checksums `
|
||||||
ida-free;
|
ida-free;
|
||||||
|
|
Loading…
Reference in a new issue