void-usb/custom-scripts
Joca 517ac34e3d custom-scripts: add customization scripts infrastructure
This commit has been created from multiple commits on Joca’s branch
and additional edits

Co-authored-by: BodgeMaster <>
2025-02-18 04:12:39 +01:00
..
README.md custom-scripts: add customization scripts infrastructure 2025-02-18 04:12:39 +01:00
i3wm.sh custom-scripts: add customization scripts infrastructure 2025-02-18 04:12:39 +01:00
scripts.lst custom-scripts: add customization scripts infrastructure 2025-02-18 04:12:39 +01:00

README.md

Configuration Scripts

Use this to Deploy rices/set up services/etc.

Each configuration script should follow this structure:

#!/usr/bin/env bash
# NAME: Your Script Name
# DESC: A brief description of what the script does.

# Your script logic here

If # NAME: is not found, install stage 2 will fall back to displaying the script's filename. If # DESC: is not found, "No description available." will be displayed instead.

Place the scripts under this folder, add the filename to scripts.lst (separate by newline) and they will show up in the installer.