12 lines
251 B
Markdown
12 lines
251 B
Markdown
# itenv_tools
|
|
|
|
## Download and Execute git_checkout.sh
|
|
|
|
|
|
```bash
|
|
# Download and execute in one command
|
|
apt update -y && apt install curl -y
|
|
curl -s https://git.threefold.info/ourworld_web2/itenv_tools/raw/branch/main/tools/git_checkout.sh | bash
|
|
```
|
|
|