Skip to content

Conversation

@reuvenharrison
Copy link
Collaborator

Fixes #772

The install script was failing with "Checksums do not match" when the GitHub API rate limit was hit or network issues prevented retrieving the latest release version.

Changes:

  • Add validation to check if version is empty before proceeding
  • Provide helpful error message explaining the issue
  • Suggest workaround using manual version specification
  • Remove redundant get_checksum_url call
  • Add missing ;; in get_machine function for consistency

🤖 Generated with Claude Code

Fixes #772

The install script was failing with "Checksums do not match" when the
GitHub API rate limit was hit or network issues prevented retrieving
the latest release version.

Changes:
- Add validation to check if version is empty before proceeding
- Provide helpful error message explaining the issue
- Suggest workaround using manual version specification
- Remove redundant get_checksum_url call
- Add missing ;; in get_machine function for consistency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
@reuvenharrison reuvenharrison linked an issue Jan 5, 2026 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.71%. Comparing base (b7c0230) to head (8fd83ff).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #777   +/-   ##
=======================================
  Coverage   88.71%   88.71%           
=======================================
  Files         246      246           
  Lines       12140    12140           
=======================================
  Hits        10770    10770           
  Misses        931      931           
  Partials      439      439           
Flag Coverage Δ
unittests 88.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reuvenharrison reuvenharrison merged commit cd9484e into main Jan 6, 2026
14 checks passed
@reuvenharrison reuvenharrison deleted the 772-installation-script-of-the-plugin-on-linux-doesnt-work-anymore branch January 6, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

installation script of the plugin on linux doesn't work anymore

3 participants