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-04-25 07:27:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
154
39b0d5b507
fleet
/
pkg
/
file
/
testdata
/
scripts
/
install_pkg.sh.golden
4 lines
54 B
Text
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
adjust logic to get default scripts (#18719) This tweaks the logic to get default install/remove scripts to delegate the variable replacement to `fleetd`
2024-05-06 14:41:31 +00:00
installer -pkg "$INSTALLER_PATH" -target /
Reference in a new issue
Copy permalink