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

added new installation method (install.sh) #139

Merged
merged 5 commits into from
Nov 16, 2023
Merged

added new installation method (install.sh) #139

merged 5 commits into from
Nov 16, 2023

Conversation

zackbradys
Copy link
Member

@zackbradys zackbradys commented Nov 12, 2023

Please check below, if the PR fulfills these requirements:

  • The commit message follows the guidelines.
  • Tests for the changes have been added (for bug fixes / features).
  • Docs have been added / updated (for bug fixes / features).

What kind of change does this PR introduce?

  • Added an installation script (install.sh) for linux/darwin
  • Updated README to reflect new installation method

What is the current behavior?

  • Users manually run the installation commands with variables for each platform and architecture.

What is the new behavior (if this is a feature change)?

  • Users are able to run a single command to install on each platform and architecture.

Does this PR introduce a breaking change?

  • Users are still able to use the previous install process, but are encouraged to use the new one (default).

Other information:

  • Pending https://get.hauler.dev being redirected to https://raw.githubusercontent.com/rancherfederal/hauler/main/install.sh

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@zackbradys zackbradys self-assigned this Nov 12, 2023
@zackbradys
Copy link
Member Author

zackbradys commented Nov 12, 2023

Related hauler-docs PR:

Test installation script with the code below:

# install latest release
curl -sfL https://raw.githubusercontent.com/zackbradys/hauler/main/install.sh | sh

# install specific release
curl -sfL https://raw.githubusercontent.com/zackbradys/hauler/main/install.sh | HAULER_VERSION=0.4.0 sh

Screenshot 2023-11-12 at 7 09 01 PM

@amartin120
Copy link
Contributor

LGTM!

@zackbradys
Copy link
Member Author

zackbradys commented Nov 14, 2023

Hey @bgulla, are you able add a record for https://get.hauler.dev to redirect to https://raw.githubusercontent.com/rancherfederal/hauler/main/install.sh?

@zackbradys zackbradys merged commit 756c017 into hauler-dev:main Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants