From 55f6827aa9841466508640e8e63e29bcffb7856a Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Thu, 9 Nov 2017 22:58:53 -0800 Subject: [PATCH] Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) --- tools/download.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/download.sh diff --git a/tools/download.sh b/tools/download.sh new file mode 100644 index 000000000..6a6c6436b --- /dev/null +++ b/tools/download.sh @@ -0,0 +1 @@ +bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)