use new bootstrap + webinstall approach
[webi-installers/.git] / webi / webi.bash
1 #!/bin/bash
2
3 # title: Webi
4 # homepage: https://webinstall.dev
5 # tagline: webinstall.dev for the CLI
6 # description: |
7 #   for the people like us that are too lazy even to run <kbd>curl&nbsp;https://webinstall.dev/PACKAGE_NAME&nbsp;|&nbsp;bash</kbd>
8 # examples: |
9 #   ```bash
10 #   webi node@latest
11 #   ```
12 #   <br/>
13 #
14 #   ```bash
15 #   webi golang@v1.14
16 #   ```
17 #   <br/>
18 #
19 #   ```bash
20 #   webi rustlang
21 #   ```
22
23 if [ -f "$HOME/.local/bin/webi" ]; then
24   echo "Installed 'webi'"
25 else
26   echo "Install any other package via https://webinstall.dev and webi will be installed as part of the bootstrap process"
27 fi