apt update -y
apt install wget curl sudo vim git
git clone https://github.com/a137x/plutus-rustus.git
cd plutus-rustus
apt install cargo
curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo rustc –release — -C target-cpu=native
bash start.sh & disown