sudo apt update && sudo apt upgrade -y sudo apt install curl tar wget git jq build-essential -y sudo apt install make clang pkg-config libssl-dev cmake gcc -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y source ~/.profile source ~/.cargo/env cargo install sccache sudo apt-get install protobuf-compiler -y cd /root git clone https://github.com/fleek-network/ursa.git cd ursa cargo update -p libp2p-quic --precise 0.7.0-alpha cargo update -p libp2p-webrtc --precise 0.4.0-alpha cargo update -p libp2p-tls --precise 0.1.0-alpha make install sudo tee /etc/systemd/system/fleekd.service > /dev/null <