Make build menu branch aware

This commit is contained in:
root
2026-04-30 15:23:28 +00:00
parent a95d23c7f1
commit 1d659458ae
2 changed files with 17 additions and 2 deletions
+5 -1
View File
@@ -38,7 +38,7 @@ Defaults
The script can be configured with environment variables:
REPO_URL=https://github.com/pacificao/agrarian.git
BRANCH=2.0
BRANCH=<current checkout branch, or main when run standalone>
WORKDIR=$HOME/agrarian
JOBS=1
@@ -46,6 +46,10 @@ Example:
JOBS=8 WORKDIR=$HOME/src/agrarian ./contrib/agrarian-build-menu.sh
To test the 2.0 branch from a standalone downloaded copy of the script:
BRANCH=2.0 ./agrarian-build-menu.sh
Linux Daemon Autostart
----------------------