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

pkg installer: install cached API data. #15762

Merged
merged 1 commit into from
Jul 26, 2023
Merged

pkg installer: install cached API data. #15762

merged 1 commit into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. pkg installer: install cached API data.

    Continuing with the goals of making the installer:
    - more useful
    - entirely offline
    
    Let's pre-download the API data from a `brew update` run and install it
    into the logged-in user's home directory.
    
    While we're here, in the `postinstall` script:
    - use longer arguments for various commands
    - fix an issue with symlinking on Intel if `/usr/local/bin` doesn't
      already exist
    - unset `bash -x` and use `-v` on more commands instead
    MikeMcQuaid committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b00a95b View commit details
    Browse the repository at this point in the history