This commit is contained in:
2025-06-15 17:59:14 +02:00
parent ec41d8a740
commit d6362a5152
4 changed files with 391 additions and 77 deletions

View File

@@ -6,6 +6,7 @@
```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 | bash
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
```