Need to add ``` sudo apt-get update sudo apt-get -y install cargo ``` so cargo will be installed and user can proceed with installation without any problem. Update is needed as without that, cargo will not be found.
Need to add
so cargo will be installed and user can proceed with installation without any problem. Update is needed as without that, cargo will not be found.