Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Created March 4, 2026 15:40
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