bootstrap.sh: Install system dependencies before installing Cargo packages
This MR fixes the error: linker cc not found
errors on installing the cargo-config
and xargo
packages. This error occurred because Cargo was invoked before the required system packages were installed and couldn't find a usable linker on clean dev machines.