Skip to content

Instantly share code, notes, and snippets.

@jsamuel1
Created May 12, 2019 23:20
Show Gist options
  • Save jsamuel1/235cfc0f829aef12334181c6d7548fea to your computer and use it in GitHub Desktop.
Save jsamuel1/235cfc0f829aef12334181c6d7548fea to your computer and use it in GitHub Desktop.
Commandline - check for bios updates on Ubuntu
#!/bin/sh
sudo service fwupd start
# download metadata from https://cdn.fwupdate.org/downloads/firmware.xml.gz
sudo fwupdmgr refresh
# Output if any upgrades for each of the uefi firmare modoles
sudo fwupdmgr update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment