quicktest icon indicating copy to clipboard operation
quicktest copied to clipboard

Install script no longer works due to regex not matching tag_name

Open JustAnAverageGuy opened this issue 1 year ago • 1 comments

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.

JustAnAverageGuy avatar Dec 05 '24 15:12 JustAnAverageGuy

On further inspection, I see that the recent releases are missing the zip archive containing the compiled binaries as well. This script did work the last time I used it to install the tool.

JustAnAverageGuy avatar Dec 05 '24 15:12 JustAnAverageGuy