refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / pwsh / install.sh
1 #!/bin/bash
2 # title: PowerShell (pwsh alias)
3 # homepage: https://webinstall.dev/powershell
4 # tagline: Alias for https://webinstall.dev/powershell
5 # alias: powershell
6 # description: |
7 #   See https://webinstall.dev/powershell
8
9 echo "'pwsh@${WEBI_TAG:-stable}' is an alias for 'powershell@${WEBI_VERSION:-}'"
10 WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
11 curl -fsSL "$WEBI_HOST/powershell@${WEBI_VERSION:-}" | bash