Install latest Bee 2.2.0
wget -q -O - https://raw.githubusercontent.com/ethersphere/bee/master/install.sh | TAG=v2.2.0 bash
Check Bee Version
bee version
2.2.0-06a0aca7
Create a bash script
create a run_bee.sh file and past the following text.
Replace <TESTNET-DATA-DIR> and <SEPOLIA-ENDPOINT> accordingly
#!/bin/bash