File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,6 +211,22 @@ jobs:
211211 # Several patches may be added per submodule.
212212 # Adding comments (#) may be useful to easily tell the individual patches apart.
213213
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+ now_line \
220+ negative_insulin
221+
222+ AI Food Search customization
223+ export SCRIPT_BRANCH=prelim_ai_food && \
224+ export PATCH_BRANCH=prelim_ai_food && \
225+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" food_search
226+
227+ # the final customization listed above CANNOT have a continuation character
228+ # more customizations can be pasted after this line
229+
214230 # Patch Fastlane Match to not print tables
215231 - name : Patch Match Tables
216232 run : |
You can’t perform that action at this time.
0 commit comments