13 lines
294 B
Markdown
13 lines
294 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_web/itenv_tools/raw/branch/main/tools/git_checkout.sh > /root/git_checkout.sh
|
|
bash /root/git_checkout.sh
|
|
```
|
|
|