From da3490fa480b13c5290726305ca24e1ecdea6876 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 3 Nov 2022 09:01:42 +0200 Subject: [PATCH] fixup! Add fwupd support to the update script. --- Documents/bin/update | 1 + 1 file changed, 1 insertion(+) diff --git a/Documents/bin/update b/Documents/bin/update index 81ffc82..8312e42 100755 --- a/Documents/bin/update +++ b/Documents/bin/update @@ -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 ] -- GitLab