Files
vim-ale/pwsh/install.sh
2020-07-01 00:59:20 -06:00

11 lines
404 B
Bash

# title: PowerShell (pwsh alias)
# homepage: https://webinstall.dev/powershell
# tagline: Alias for https://webinstall.dev/powershell
# alias: powershell
# description: |
# See https://webinstall.dev/powershell
echo "'pwsh@${WEBI_TAG:-stable}' is an alias for 'powershell@${WEBI_VERSION:-}'"
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
curl -fsSL "$WEBI_HOST/powershell@${WEBI_VERSION:-}" | bash