From 436774092ab1fe02fa3f0dfdfade69366d49e546 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Fri, 13 Nov 2020 22:51:06 +0100 Subject: [PATCH] Extend PowerShell install --- scripts/pwsh-install.sh | 1 + 1 file changed, 1 insertion(+) 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