File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,9 +208,20 @@ jobs:
208208
209209 # Add patches for customization of additional submodules by following the templates above,
210210 # and make sure to specify the submodule by setting "--directory=(submodule_name)".
211+
211212 # Several patches may be added per submodule.
212213 # Adding comments (#) may be useful to easily tell the individual patches apart.
214+ # The lines below add the customizations listed using the CustomizationSelect script
215+ # The "\" is a continuation character
216+ # the line following a "\" should not be blank
217+ /bin/bash -c "$(curl -fsSL \
218+ https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \
219+ future_carbs_4h
213220
221+ # the final customization listed above CANNOT have a continuation character
222+ # more customizations can be pasted after this line
223+ export SCRIPT_BRANCH=prelim_ai_food && export PATCH_BRANCH=prelim_ai_food && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" food_search
224+
214225 # Patch Fastlane Match to not print tables
215226 - name : Patch Match Tables
216227 run : |
You can’t perform that action at this time.
0 commit comments