-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
π Summary
It is currently impossible to install and use Thorctl on Linux following the documentation.
The installation script link provided in the docs returns a 404 Not Found, and the alternative script inside the repo also fails to download the binary.
To reproduce
Steps to reproduce the behavior:
- Follow the documentation here: Thorctl β Getting Started
- Run the recommended installation command:
curl https://cisagov.github.io/api/binaries/install-thorctl.sh | bash -s -- https://cisagov.github.io - Observe that the script fails with Error 404.
- Checked the repository for an alternative script (thorium-1.1.2/api/docs/src/scripts/install-thorctl.sh).
- That script tries to download the binary from:
https://cisagov.github.io/api/binaries/linux/x86-64/thorctlbut this URL is also unavailable.
Expected behavior
- The installation script should work as documented.
- The Linux
thorctlbinary should be available for download (either hosted on GitHub Pages or attached to the Releases).
Any helpful log output or screenshots
Paste the results here:
curl https://cisagov.github.io/api/binaries/install-thorctl.sh
404curl -I https://cisagov.github.io/api/binaries/linux/x86-64/thorctl
HTTP/2 404This currently makes it impossible to use thorctl on a Linux environment
Metadata
Metadata
Assignees
Labels
No labels