bee-docs icon indicating copy to clipboard operation
bee-docs copied to clipboard

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

Open rampall opened this issue 2 years ago • 1 comments

image

rampall avatar Sep 22 '23 09:09 rampall

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

rampall avatar Oct 19 '23 11:10 rampall