diff --git a/bootstrap.sh b/bootstrap.sh index 9eb3d83..a65ae0c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -577,8 +577,6 @@ done banner rustInstall -cargoInstall cargo-config 0.1.1 -cargoInstall xargo 0.3.20 if [ "$update" == "true" ]; then git pull upstream master @@ -619,6 +617,9 @@ else fi fi +cargoInstall cargo-config 0.1.1 +cargoInstall xargo 0.3.20 + if [ "$dependenciesonly" = false ]; then boot fi