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) {
|
if ($install) {
|
||||||
Install-ChocoPackage `
|
Install-ChocoPackage `
|
||||||
k-litecodecpackmega `
|
k-litecodecpackmega `
|
||||||
jellyfin-media-player `
|
|
||||||
vlc `
|
vlc `
|
||||||
;
|
;
|
||||||
|
|
||||||
Remove-DesktopIcon "VLC*";
|
Remove-DesktopIcon "VLC*";
|
||||||
|
Install-ChocoPackage jellyfin-media-player -ArgumentList "--install-args","/norestart"
|
||||||
Install-WingetPackage Ytmdesktop.Ytmdesktop;
|
Install-WingetPackage Ytmdesktop.Ytmdesktop;
|
||||||
Remove-DesktopIcon "Youtube Music*";
|
Remove-DesktopIcon "Youtube Music*";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue