fwupd/contrib/standalone-installer
Mario Limonciello 12d25460b2 standalone-installer: Be smarter about existing installed fwupd
Allow setting a minimum fwupd version requirement using `--minimum`.

If running on a distro with apt, try to use this to detect an already
installed version and compare what was passed in to `--minimum`.
* If new enough version, use the built in version
* If too old of a version or not specified, require package removal.
2019-05-14 14:14:52 -05:00
..
assets standalone-installer: Be smarter about existing installed fwupd 2019-05-14 14:14:52 -05:00
make.py standalone-installer: Be smarter about existing installed fwupd 2019-05-14 14:14:52 -05:00
README.md contrib: Add a standalone installer creation script 2018-09-14 12:34:09 -05:00

Standalone installer

This is a script that will build a standalone installer around the fwupd snap or flatpak. This can be used for distributing updates that use fwupd on machines without networking and the needed tools.

For usage instructions, view:

./make.py --help