Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active March 19, 2026 05:28
Show Gist options
  • Select an option

  • Save davidbarkhuizen/b78f35db56e31233e436f2659eabd4fa to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/b78f35db56e31233e436f2659eabd4fa to your computer and use it in GitHub Desktop.
ubuntu firmware upgrade
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