Default build menu jobs to CPU count

This commit is contained in:
root
2026-04-30 19:15:09 +00:00
parent ab515d7773
commit e5677eab7e
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ The script can be configured with environment variables:
REPO_URL=https://github.com/pacificao/agrarian.git
BRANCH=<current checkout branch, or main when run standalone>
WORKDIR=$HOME/agrarian
JOBS=1
JOBS=<detected CPU count>
Example: