mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 10:27:35 +00:00
Work in progress for #20000 The biggest change here is the update to `uninstall_exe.ps1` so that it is not completely broken. I'd like to get these changes onto main for testing while I switch to working on unreleased bugs. # Windows EXE testing notes (in progress) ## FileZilla https://filezilla-project.org/download.php?platform=win64 In uninstall script, use /S as $uninstallArgs ## Firefox Get the full installer like: https://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US DO NOT get product=firefox-stub In uninstall script, use -ms as $uninstallArgs
4 lines
147 B
Text
4 lines
147 B
Text
package_name=$PACKAGE_ID
|
|
|
|
# Fleet uninstalls app using product name that's extracted on upload
|
|
apt-get remove --purge --assume-yes "$package_name"
|