You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux install commands relied on grepping for
`browser_download_url` in the latest release JSON. Unfortunately there
are more than one occurrence of that string, and it produces an
incorrect download URL.
Modify the Linux install commands to instead grep for the latest
version, and then explicitly generate the download URL based on that.
Signed-off-by: Andrew Seigner <[email protected]>
0 commit comments