Created
March 4, 2026 15:40
-
-
Save davidbarkhuizen/b78f35db56e31233e436f2659eabd4fa to your computer and use it in GitHub Desktop.
ubuntu firmware upgrade
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update && sudo apt install fwupd -y \ | |
| && sudo fwupdmgr refresh --force \ | |
| && sudo fwupdmgr get-updates \ | |
| && sudo fwupdmgr update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment