Add further programs
This commit is contained in:
parent
872e4a2154
commit
5febd9443b
1 changed files with 6 additions and 1 deletions
|
@ -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*");
|
||||
|
||||
|
|
Loading…
Reference in a new issue