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

Install latest version automatically, or add wget and curl option without specifying the version #481

Open
rampall opened this issue Sep 22, 2023 · 1 comment
Labels

Comments

@rampall
Copy link
Collaborator

rampall commented Sep 22, 2023

image

@bee-runner bee-runner bot added the issue label Sep 22, 2023
@rampall
Copy link
Collaborator Author

rampall commented Oct 19, 2023

something along these lines maybe:

wget

to install the latest version

wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | bash

or a specific version using TAG

wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v1.17.5 bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant