Files
linux-workspace/scripts/pwsh-install.sh
2020-11-13 22:51:24 +01:00

7 lines
240 B
Bash

#!/bin/bash
# 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