소스 검색

Qualified Namespace of pscredential

Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
trumblejoe 6 년 전
부모
커밋
b719ca5a33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deployment/windows/install-jellyfin.ps1

+ 1 - 1
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,