Skip to content

Install script no longer works due to regex not matching tag_name #151

Description

@JustAnAverageGuy

Hi, in file website/static/install/install.sh (the install script mentioned on the website), the regex on line 29 no longer works.
In the api call the tag_name returned is like this

  "tag_name": "v1.0.7",

Which "\K[0-9.]+" does not match, since there is a v inside the "", which results in a failing match and consequently (correctly) failing the script due to the set -e flag. This can be easily fixed ig.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions