Move media applications to the generic collection

This commit is contained in:
Manuel Thalmann 2024-02-11 14:24:49 +01:00
parent 74a4b5c611
commit 31d2c601e1
2 changed files with 9 additions and 10 deletions

View file

@ -63,7 +63,15 @@ function Restore-GenericApps([Context] $context) {
winget install --accept-source-agreements --accept-package-agreements -e --id KDE.KDEConnect;
# 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
choco install -y --params "/NoDesktopIcon" vscode vscode-insiders;

View file

@ -90,15 +90,6 @@ function Restore-PersonalApps([Context] $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
choco install -y --ignore-checksums `
ida-free;