mirror of
https://github.com/fleetdm/fleet
synced 2026-04-24 15:07:29 +00:00
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
3 lines
61 B
Bash
3 lines
61 B
Bash
#!/bin/sh
|
|
|
|
apt-get install --assume-yes -f "$INSTALLER_PATH"
|