Added a wee -y to fwupdmgr update, so that it actually does stuff.

This commit is contained in:
2026-07-17 14:07:18 +02:00
parent 6ee6450a03
commit 129eca256b
+1 -1
View File
@@ -35,7 +35,7 @@ fwupdmgr refresh --force &> /dev/null
fwupdmgr get-updates &> /dev/null fwupdmgr get-updates &> /dev/null
# Apply them # Apply them
fwupdmgr update &> /dev/null fwupdmgr update -y &> /dev/null
###Flathub ###Flathub
echo "Fixing flathub" echo "Fixing flathub"