Prevent Jellyfin from rebooting
This commit is contained in:
parent
51f352f095
commit
48279e13ad
1 changed files with 1 additions and 1 deletions
|
@ -376,11 +376,11 @@ $null = New-Module {
|
|||
if ($install) {
|
||||
Install-ChocoPackage `
|
||||
k-litecodecpackmega `
|
||||
jellyfin-media-player `
|
||||
vlc `
|
||||
;
|
||||
|
||||
Remove-DesktopIcon "VLC*";
|
||||
Install-ChocoPackage jellyfin-media-player -ArgumentList "--install-args","/norestart"
|
||||
Install-WingetPackage Ytmdesktop.Ytmdesktop;
|
||||
Remove-DesktopIcon "Youtube Music*";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue