Fix: Use correct Gitea raw file URL format

This commit is contained in:
root
2025-11-23 20:58:01 +00:00
parent ebe311ae42
commit 09784f4a96

View File

@@ -5,7 +5,7 @@
Run this **once** on your new VPS to set up agents:
```bash
bash <(curl -s http://100.120.125.113:3000/raw/pdm/homelab-agents/main/scripts/bootstrap-agents.sh)
bash <(curl -s http://100.120.125.113:3000/pdm/homelab-agents/raw/branch/main/scripts/bootstrap-agents.sh)
```
That's it! Your agents are ready to use.
@@ -46,7 +46,7 @@ For automatic setup on login:
```bash
# Download the bootstrap script
curl -s http://100.120.125.113:3000/raw/pdm/homelab-agents/main/scripts/bootstrap-agents.sh > ~/.homelab-setup.sh
curl -s http://100.120.125.113:3000/pdm/homelab-agents/raw/branch/main/scripts/bootstrap-agents.sh > ~/.homelab-setup.sh
chmod +x ~/.homelab-setup.sh
# Add to ~/.bashrc: