Linux firmware update fwupd Snippets
# To display all devices detected by fwupdfwupdmgr get-devices# Listed devices may not be updatable through fwupd (e.g. Intel integrated graphics). Alternative vendor solutions may be provided instead.
# To download the latest metadata from the Linux Vendor firmware Service (LVFS)fwupdmgr refresh# Enable automatically by enabling fwupd-refresh.timer
# To list updates available for any devices on the systemfwupdmgr get-updates
# To install updatesfwupdmgr update