diff --git a/fwupd.md b/fwupd.md new file mode 100644 index 0000000..e240540 --- /dev/null +++ b/fwupd.md @@ -0,0 +1,25 @@ +# fwupd + +Assume you use Archlinux. + +Read [fwupd](https://wiki.archlinux.org/index.php/Fwupd). + +Install `fwupd`, `gnome-firmware` for GUI. + +Download the latest metadata: + +```sh +fwupdmgr refresh +``` + +List updates available: + +```sh +fwupdmgr get-updates +``` + +Install updates: + +```sh +fwupdmgr update +```