mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
8 lines
204 B
Bash
8 lines
204 B
Bash
#!/bin/sh
|
|
set -e
|
|
set -u
|
|
|
|
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-}" | sh
|