mirror of
https://github.com/fleetdm/fleet
synced 2026-05-10 02:30:56 +00:00
This tweaks the logic to get default install/remove scripts to delegate the variable replacement to `fleetd`
505 B
505 B
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:
- Some of them are read and displayed in the UI.
- It's helpful to have good syntax highlighting and easy ways to run them.
Variables
The scripts in this folder accept variables like $VAR_NAME that will be replaced/populated by fleetd when they run.
Supported variables are:
$INSTALLER_PATHpath to the installer file.