Commit da3490fa authored by nimrod's avatar nimrod
Browse files

fixup! Add fwupd support to the update script.

parent db11d5d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ _flatpak() {

fwupd() {
    has fwupdmgr || fail fwupdmgr not found.
    header Updating fwupd
    if [ -n "${DOWNLOAD_ONLY:-}" ]
    then
        sudo fwupdmgr get-updates --assume-yes || [ "$?" -eq 2 ]