From 02729ff1d5921e9f136d9b38f304ade796b14e1e Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Thu, 29 Oct 2020 21:44:48 +0100 Subject: [PATCH] Rename PowerShell profile script --- scripts/pwsh-install.sh | 5 +++++ scripts/{powershell-install.sh => pwsh-profile.sh} | 0 2 files changed, 5 insertions(+) create mode 100644 scripts/pwsh-install.sh rename scripts/{powershell-install.sh => pwsh-profile.sh} (100%) 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