From 129eca256b91d3fbf04f08083dd6b7e840431db2 Mon Sep 17 00:00:00 2001 From: Siim Date: Fri, 17 Jul 2026 14:07:18 +0200 Subject: [PATCH] Added a wee -y to fwupdmgr update, so that it actually does stuff. --- fedora_post_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora_post_install.sh b/fedora_post_install.sh index ecfc87e..327c0b6 100644 --- a/fedora_post_install.sh +++ b/fedora_post_install.sh @@ -35,7 +35,7 @@ fwupdmgr refresh --force &> /dev/null fwupdmgr get-updates &> /dev/null # Apply them -fwupdmgr update &> /dev/null +fwupdmgr update -y &> /dev/null ###Flathub echo "Fixing flathub" -- 2.47.3