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

macOS install patch [updated] #102

Merged
merged 4 commits into from
May 24, 2024
Merged

macOS install patch [updated] #102

merged 4 commits into from
May 24, 2024

Commits on May 24, 2024

  1. user only install readme

    realised it was possible to install only for local user while reading
    the source, and realised this rather important info was missing from the
    readme.
    
    tested this command, otherwise is pretty self-explanatory with what it
    does and how it installs for local user.
    karshPrime committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6df97af View commit details
    Browse the repository at this point in the history
  2. added test for /usr/bin/local

    apparently under certain conditions this directory may not exists on
    macos. looked online to why, and by the looks of it, this dir is created
    when certain homebrew installs requires it to be there.
    
    now given i didn't have this dir already there, its possible for someone
    else to have same dir structure as me resulting in installation failure.
    
    deleted previous pr... well it got deleted on its own after i synced my
    fork with upstream but ehh doesnt' matter. one of the later commits
    cleaned the install script which caused the merge conflict. this commit
    fixes that.
    karshPrime committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2b7d683 View commit details
    Browse the repository at this point in the history
  3. generated install.sh from install.ab change

    generated this change from the systemwide amber i got installed by
    running my patched install.ab script
    
    two birds one stone. its confirmed my changes work B)
    karshPrime committed May 24, 2024
    Configuration menu
    Copy the full SHA
    49884fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    027e91f View commit details
    Browse the repository at this point in the history