fleet/pkg/file/testdata/scripts/install_deb.sh.golden
Roberto Dip ad94dff814
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 19:18:35 -03:00

3 lines
61 B
Bash

#!/bin/sh
apt-get install --assume-yes -f "$INSTALLER_PATH"