mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
This adds two things: - when implementing the CLI, I found [a panel](https://www.figma.com/file/oQl2oQUG0iRkUy0YOxc307/%2314921-Deploy-security-agents-to-macOS%2C-Windows%2C-and-Linux-hosts?type=design&node-id=779-29335&mode=design&t=Y27cbj7DdhUEGJko-4) in the Figma file with validations that I missed - explicit shebang for bash scrips (requested by product) and removed a comment that will be user facing for exe files.
3 lines
54 B
Bash
3 lines
54 B
Bash
#!/bin/sh
|
|
|
|
installer -pkg "$INSTALLER_PATH" -target /
|