itenv_tools/README.md
2025-06-15 17:10:57 +02:00

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