bee-docs
bee-docs copied to clipboard
Install latest version automatically, or add `wget` and `curl` option without specifying the version
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