bootstrap.sh: Install system dependencies before installing Cargo packages

This commit is contained in:
Nagy Tibor 2022-09-28 09:59:32 +02:00
parent 1be01a4b18
commit e739e3c6e7

View file

@ -577,8 +577,6 @@ done
banner banner
rustInstall rustInstall
cargoInstall cargo-config 0.1.1
cargoInstall xargo 0.3.20
if [ "$update" == "true" ]; then if [ "$update" == "true" ]; then
git pull upstream master git pull upstream master
@ -619,6 +617,9 @@ else
fi fi
fi fi
cargoInstall cargo-config 0.1.1
cargoInstall xargo 0.3.20
if [ "$dependenciesonly" = false ]; then if [ "$dependenciesonly" = false ]; then
boot boot
fi fi