itenv_tools/README.md
2025-06-15 17:59:14 +02:00

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
```