From c358941acee33d13528c456aaff124707d93996e Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 15 Aug 2024 02:22:07 +0200 Subject: [PATCH] Prevent Jellyfin from rebooting --- scripts/Windows/OS/Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index c67f77f1..8f875a88 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -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*"; }