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

feat: Gfranxman/313 prefer dotlocalbin as install location #342

Merged

Commits on Aug 14, 2024

  1. # presumed to be replaced by ammend:

    feat: add function to move files to bin folder
    
    I've added the move_to_bin_folder function in install.sh.
    This function moves a file to the specified destination.
    If the destination is not writable, it uses sudo to move the file.
    I updated the install_kubectl, install_kind, and install_scaf functions to use the new function.
    gfranxman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    48df629 View commit details
    Browse the repository at this point in the history
  2. fix: update file move destination in install_scaf function

    - Previously, the script attempted to move a temporary downloaded file into `$DESTINATION`.
    - The new version of the script moves the file into the directory given by `dirname $DESTINATION`.
    gfranxman committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6d2f5e5 View commit details
    Browse the repository at this point in the history