mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
12 lines
390 B
Bash
12 lines
390 B
Bash
#!/bin/bash
|
|
# title: iTerm (iTerm2 alias)
|
|
# homepage: https://webinstall.dev/iterm2
|
|
# tagline: Alias for https://webinstall.dev/iterm2
|
|
# alias: iterm2
|
|
# description: |
|
|
# See https://webinstall.dev/iterm2
|
|
|
|
echo "'iterm@${WEBI_TAG:-stable}' is an alias for 'iterm2@${WEBI_VERSION:-}'"
|
|
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
|
curl -fsSL "$WEBI_HOST/iterm2@${WEBI_VERSION:-}" | bash
|