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

bootstrap: allow user to override BIN_DIR & USER_DATA_DIR #88

Commits on Apr 26, 2023

  1. bootstrap: allow user to override BIN_DIR & USER_DATA_DIR

    This tiny enhancement allows a user to specify alternate locations for the
    binaries and user-data. Overriding these values to a location where the user
    has write privileges will allow this script to run without root permissions.
    
    It is probably an uncommon use case, and an advanced user should quickly notice
    these optional overrides when reviewing the script since they're at the very
    beginning. For this reason, I did not add a CLI parameter nor documentation.
    thinkmassive committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6837541 View commit details
    Browse the repository at this point in the history