From f2f84b3a2496f5fe80aee83d047e80da719311b5 Mon Sep 17 00:00:00 2001 From: pdm Date: Sun, 23 Nov 2025 21:04:16 +0000 Subject: [PATCH] Update scripts/README.md --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 4cdad74..3ddc504 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -16,7 +16,7 @@ Utility scripts for agent installation and management. ### Option 1: Source in current session ```bash -source <(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) ``` ### Option 2: Add to ~/.bashrc for automatic setup