Fix: Use correct Gitea raw file URL format
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Run this **once** on your new VPS to set up agents:
|
Run this **once** on your new VPS to set up agents:
|
||||||
|
|
||||||
```bash
|
```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.
|
That's it! Your agents are ready to use.
|
||||||
@@ -46,7 +46,7 @@ For automatic setup on login:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download the bootstrap script
|
# 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
|
chmod +x ~/.homelab-setup.sh
|
||||||
|
|
||||||
# Add to ~/.bashrc:
|
# Add to ~/.bashrc:
|
||||||
|
|||||||
Reference in New Issue
Block a user