Install target packages after repo update

This commit is contained in:
root
2026-04-30 19:36:55 +00:00
parent f59b53a467
commit 3dad5765ca
2 changed files with 18 additions and 1 deletions
+4
View File
@@ -13,6 +13,10 @@ The script clones the Agrarian repository if the selected checkout directory
does not exist. If the checkout already exists, it fetches, checks out the
configured branch, and performs a fast-forward pull.
Only bootstrap packages needed to update the checkout are installed before the
pull. Target-specific packages are installed after the checkout is current, so
fresh dependency fixes on the selected branch are applied before the build.
Quick Start
-----------