From b0d437d1d89958838315c0035cfecf1e52dbf551 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Fri, 19 Feb 2021 07:50:28 +0100 Subject: [PATCH] Add PowerShell installation link --- scripts/pwsh-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pwsh-install.sh b/scripts/pwsh-install.sh index 33ca2aa..02bf5b4 100644 --- a/scripts/pwsh-install.sh +++ b/scripts/pwsh-install.sh @@ -4,3 +4,5 @@ dotnet tool install --global PowerShell dotnet tool update --global PowerShell +# https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1 +