Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Backblaze Uninstaller and switch to latest version as Backblaze downloads are unversioned #88039

Closed
wants to merge 2 commits into from

Commits on Aug 23, 2020

  1. Use latest for Backblaze unversioned downloads

    Backblaze do not offer versioned downloads of their installer so
    attempting to upgrade the Cask causes issues with mismatched checksums
    if the previous installer is still cached.
    
    This means we lose the ability to detect updates but forcibly upgrading
    the Cask (e.g. with `brew cask upgrade backblaze`) should now work as
    expected.
    mudge committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    37e2dd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Use Backblaze Uninstaller to uninstall

    Rather than having to manually delete the various applications,
    preference panes and `launchctl` jobs installed by the Backblaze
    Installer ourselves, use the included Backblaze Uninstaller script
    instead.
    
    Note that the Uninstaller will not delete user-specific files so we
    retain the existing zap stanza.
    mudge committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8f1c0fd View commit details
    Browse the repository at this point in the history