docs(test): use canonical github.io install URL in run-as-root case (#473)

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) <noreply@anthropic.com>
This commit is contained in:
Jon Saad-Falcon
2026-06-01 16:51:16 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 4b4fd587b2
commit 58f7f717ae
+1 -1
View File
@@ -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