mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-20 13:20:52 +00:00
implemented the --labels option and assemble script now runs the assembled Installomator.sh with remaining arguments
This commit is contained in:
@@ -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`.)
|
||||
|
||||
Reference in New Issue
Block a user