Prevent Jellyfin from rebooting

This commit is contained in:
Manuel Thalmann 2024-08-15 02:22:07 +02:00
parent d377d8672b
commit 315a2820c6

View file

@ -373,11 +373,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*";
}