From e739e3c6e78d3f06e0f8e3eb9afbff6bfb0d4064 Mon Sep 17 00:00:00 2001 From: Nagy Tibor Date: Wed, 28 Sep 2022 09:59:32 +0200 Subject: [PATCH] bootstrap.sh: Install system dependencies before installing Cargo packages --- bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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