add fwupd

main
Tran Hau 2020-03-14 00:12:40 +07:00
parent 1e01b90c56
commit 7d17565230
1 changed files with 25 additions and 0 deletions

25
fwupd.md Normal file
View File

@ -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
```