Skip to content

bug: Failed to fetch the download URL for the latest release #163

@qduanmu

Description

@qduanmu

Version of privateer

v0.13.0-15-g9c65d82-dev

Describe the bug

Failed to install privateer via install.sh script.

To Reproduce

$ /bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/privateerproj/privateer/main/install.sh)"
Failed to fetch the download URL for the latest release.

Expected behavior

The script should install privateer as documented.

Screenshots

No response

Additional context

I'm working on fedora, and ran this command manually, I got:

$ curl -s https://api.github.com/repos/privateerproj/privateer/releases/latest |grep "browser_download_url.*linux.*" | cut -d '"' -f 4
$ curl -s https://api.github.com/repos/privateerproj/privateer/releases/latest |grep "browser_download_url.*Linux.*" | cut -d '"' -f 4
https://github.com/privateerproj/privateer/releases/download/v0.13.0/privateer_Linux_arm64.tar.gz
https://github.com/privateerproj/privateer/releases/download/v0.13.0/privateer_Linux_i386.tar.gz
https://github.com/privateerproj/privateer/releases/download/v0.13.0/privateer_Linux_x86_64.tar.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions