From af3ac763551903480115bb7b234389be00af55b0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Mar 2024 14:46:08 +0200 Subject: [PATCH] Run the firmware update last. It sometimes needs to reboot so it should run last. --- Documents/bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/bin/update b/Documents/bin/update index e792ffe..1b8e1a6 100755 --- a/Documents/bin/update +++ b/Documents/bin/update @@ -87,9 +87,9 @@ _all() { ! has apt-get || _apt ! has pkg_add || _pkg_add ! has flatpak || _flatpak - ! has fwupdmgr || fwupd ! { has wb || wb -i; } || _workbench ! has podman || _presentation + ! has fwupdmgr || fwupd } list_supported() { -- GitLab