implemented the --labels option and assemble script now runs the assembled Installomator.sh with remaining arguments

This commit is contained in:
Armin Briegel
2021-04-22 16:37:11 +02:00
parent fbc6b61add
commit 0e093dd3b5
2 changed files with 52 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ assemble.sh
This will put together the fragments and labels from the default location (`fragments` and `fragments/labels`) and write it to `build/Installomator.sh`
```
assemble.sh -- <label>
assemnle.sh -- <label> <VAR=value>...
assemble.sh <label>
assemnle.sh <label> <VAR=value>...
```
This will put together the fragments and labels from the default location, create the script in `build/Installomator.sh` and immediately run it with the given arguments. (Note: the script will run in debug mode, unless you specifically override this with `DEBUG=0`.)