6 lines
201 B
Bash
6 lines
201 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
|
|
|