forked from BodgeMaster/void-usb
18 lines
472 B
Markdown
18 lines
472 B
Markdown
|
|
### Configuration Scripts
|
|
|
|
Use this to Deploy rices/set up services/etc.
|
|
|
|
Each configuration script should follow this structure:
|
|
|
|
```bash
|
|
#!/bin/bash
|
|
# NAME: Your Script Name
|
|
# DESC: A brief description of what the script does.
|
|
|
|
# Your script logic here
|
|
```
|
|
|
|
If NAME and DESC are not found, the script will default to the script's filename.
|
|
|
|
Place the scripts under this folder, add the filename to `scripts` (Separate by newline) and they will show up on the installer. |