Add further programs

This commit is contained in:
Manuel Thalmann 2023-08-08 00:49:21 +02:00
parent 872e4a2154
commit 5febd9443b

View file

@ -87,6 +87,7 @@ function Restore-PersonalApps([Context] $context) {
choco install -y `
7zip `
chocolateygui `
DefaultProgramsEditor `
bitwarden `
keepass `
gimp `
@ -123,7 +124,11 @@ function Restore-PersonalApps([Context] $context) {
. "$PSScriptRoot/../Software/Ubiquiti UniFi Controller/Install.ps1" $context;
# Media
choco install -y k-litecodecpackmega;
choco install -y `
jellyfin-media-player `
k-litecodecpackmega `
vlc;
winget install --accept-source-agreements --accept-package-agreements -e --id Ytmdesktop.Ytmdesktop;
$context.RemoveDesktopIcon("YouTube Music*");