From b719ca5a333504d2297bb1c667a3fea8447e324b Mon Sep 17 00:00:00 2001 From: trumblejoe Date: Tue, 2 Jul 2019 13:29:28 -0400 Subject: [PATCH] Qualified Namespace of pscredential Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0. --- deployment/windows/install-jellyfin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/windows/install-jellyfin.ps1 b/deployment/windows/install-jellyfin.ps1 index 0cd7f5236f..e909a0468e 100644 --- a/deployment/windows/install-jellyfin.ps1 +++ b/deployment/windows/install-jellyfin.ps1 @@ -3,7 +3,7 @@ param( [Switch]$Quiet, [Switch]$InstallAsService, - [pscredential]$ServiceUser, + [System.Management.Automation.pscredential]$ServiceUser, [switch]$CreateDesktopShorcut, [switch]$LaunchJellyfin, [switch]$MigrateEmbyLibrary,