File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # OpenOps Shell Scripts
2-
3- This repository contains script files designed for quick use with ` curl ` .
4-
5- See [ openops.sh/help] ( https://openops.sh/help ) and [ docs.openops.com] ( https://docs.openops.com ) for more details.
6-
7- ** Example usage:**
8-
9- ``` shell
10- curl -fsS https://openops.sh/install | sh
11- ```
12-
13- ** Example with environment variables:**
14-
15- ``` shell
16- curl -fsS https://openops.sh/install | OPENOPS_VERSION=0.4.1 sh
17- ```
1+ # OpenOps Shell Scripts
2+
3+ This repository contains script files designed for quick use with ` curl ` .
4+
5+ See [ openops.sh/help] ( https://openops.sh/help ) and [ docs.openops.com] ( https://docs.openops.com ) for more details.
6+
7+ ** Example usage:**
8+
9+ ``` shell
10+ curl -fsS https://openops.sh/install | sh
11+ ```
12+
13+ ** Example with environment variables:**
14+
15+ ``` shell
16+ curl -fsS https://openops.sh/install | OPENOPS_VERSION=0.4.1 sh
17+ ```
You can’t perform that action at this time.
0 commit comments