Created
May 12, 2019 23:20
-
-
Save jsamuel1/235cfc0f829aef12334181c6d7548fea to your computer and use it in GitHub Desktop.
Commandline - check for bios updates on Ubuntu
This file contains 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
#!/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