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-29 01:17:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
104
39b0d5b507
fleet
/
pkg
/
file
/
testdata
/
scripts
/
install_deb.sh.golden
4 lines
61 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
installer report and rollback fixes (#19046) for https://github.com/fleetdm/fleet/issues/19020 - Fixes the rollback logic to get the right script for the software being installed - Fixes the messages displayed in the install results # 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-15 22:18:35 +00:00
apt-get install --assume-yes -f "$INSTALLER_PATH"
Reference in a new issue
Copy permalink