Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Thorctl installation on Linux fails (404 – missing binaries)Β #35

@crypt0log-hai

Description

@crypt0log-hai

πŸ› 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:

  1. Follow the documentation here: Thorctl – Getting Started
  2. Run the recommended installation command: curl https://cisagov.github.io/api/binaries/install-thorctl.sh | bash -s -- https://cisagov.github.io
  3. Observe that the script fails with Error 404.
  4. Checked the repository for an alternative script (thorium-1.1.2/api/docs/src/scripts/install-thorctl.sh).
  5. That script tries to download the binary from: https://cisagov.github.io/api/binaries/linux/x86-64/thorctl but this URL is also unavailable.

Expected behavior

  • The installation script should work as documented.
  • The Linux thorctl binary 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
404
curl -I https://cisagov.github.io/api/binaries/linux/x86-64/thorctl
HTTP/2 404

This currently makes it impossible to use thorctl on a Linux environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions