Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386)

This commit is contained in:
Dongbo Wang 2017-11-09 22:58:53 -08:00 committed by GitHub
parent 1a5134f9e4
commit 55f6827aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
tools/download.sh Normal file
View file

@ -0,0 +1 @@
bash <(curl -s https://raw.githubusercontent.com/PowerShell/PowerShell/master/tools/install-powershell.sh)