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