diff --git a/scripts/pwsh-install.sh b/scripts/pwsh-install.sh new file mode 100644 index 0000000..ef93220 --- /dev/null +++ b/scripts/pwsh-install.sh @@ -0,0 +1,5 @@ +#!/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 + diff --git a/scripts/powershell-install.sh b/scripts/pwsh-profile.sh similarity index 100% rename from scripts/powershell-install.sh rename to scripts/pwsh-profile.sh