mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
add pwsh as alias for powershell
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user