This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
fleet
Watch
1
Star
0
Fork
You've already forked fleet
0
mirror of
https://github.com/fleetdm/fleet
synced
2026-05-19 06:58:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
70
e2dad9ffb0
fleet
/
pkg
/
file
/
scripts
/
install_pkg.sh
4 lines
54 B
Bash
Raw
Normal View
History
Unescape
Escape
missing validations and tweaks to default scripts (#18780) 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.
2024-05-07 16:02:08 +00:00
#!/bin/sh
add scripts to add/remove software (#18649) for: - https://github.com/fleetdm/fleet/issues/18314 - https://github.com/fleetdm/fleet/issues/18315 - https://github.com/fleetdm/fleet/issues/18317 - https://github.com/fleetdm/fleet/issues/18316 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
2024-05-01 17:15:59 +00:00
installer -pkg
"
$INSTALLER_PATH
"
-target /
Reference in a new issue
Copy permalink