This commit is contained in:
2025-06-15 17:10:57 +02:00
parent fca4b53c79
commit c84c5007eb
4 changed files with 335 additions and 0 deletions

View File

@@ -1,2 +1,11 @@
# 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
```