2024-05-01 17:15:59 +00:00
|
|
|
### File scripts
|
|
|
|
|
|
|
|
|
|
This folder contains scripts to install/remove software for different types of installers.
|
|
|
|
|
|
|
|
|
|
Scripts are stored on their own files for two reasons:
|
|
|
|
|
|
|
|
|
|
1. Some of them are read and displayed in the UI.
|
|
|
|
|
2. It's helpful to have good syntax highlighting and easy ways to run them.
|
|
|
|
|
|
|
|
|
|
#### Variables
|
|
|
|
|
|
2024-05-06 14:41:31 +00:00
|
|
|
The scripts in this folder accept variables like `$VAR_NAME` that will be replaced/populated by `fleetd` when they run.
|
|
|
|
|
|
|
|
|
|
Supported variables are:
|
2024-05-01 17:15:59 +00:00
|
|
|
|
|
|
|
|
- `$INSTALLER_PATH` path to the installer file.
|
|
|
|
|
|