diff --git a/scripts/pwsh-install.sh b/scripts/pwsh-install.sh index ef93220..33ca2aa 100644 --- a/scripts/pwsh-install.sh +++ b/scripts/pwsh-install.sh @@ -2,4 +2,5 @@ # https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7#install-as-a-net-global-tool dotnet tool install --global PowerShell +dotnet tool update --global PowerShell