From 58f7f717aef3aac7139ece526c3a8f438df89421 Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:51:16 -0700 Subject: [PATCH] docs(test): use canonical github.io install URL in run-as-root case (#473) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The run-as-root install case doc still showed the retry command using the community-operated openjarvis.ai domain, whose TLS is broken and which the project does not control (#337). Point it at the canonical, project-controlled GitHub Pages URL, matching README and the install docs. Documentation only — the bats test it describes asserts exit code + "root" in stderr and has no URL dependency. Co-authored-by: Claude Opus 4.8 (1M context) --- tests/install/cases/run-as-root.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install/cases/run-as-root.md b/tests/install/cases/run-as-root.md index cf0ce3c7..0e7575f3 100644 --- a/tests/install/cases/run-as-root.md +++ b/tests/install/cases/run-as-root.md @@ -15,7 +15,7 @@ User runs `sudo bash install.sh` or invokes the installer from a root shell. Re-run as the regular user (without sudo): ```bash -curl -fsSL https://openjarvis.ai/install.sh | bash +curl -fsSL https://open-jarvis.github.io/OpenJarvis/install.sh | bash ``` ## Test