fwupd
parent
0f891dc254
commit
f436e6a681
|
@ -13,12 +13,6 @@ git config --global alias.st status
|
||||||
git config --global alias.logo 'log --pretty=oneline'
|
git config --global alias.logo 'log --pretty=oneline'
|
||||||
```
|
```
|
||||||
|
|
||||||
Save usernames and passwords in `~/.git-credentials`:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
git config --global credential.helper store
|
|
||||||
```
|
|
||||||
|
|
||||||
Use neovim when commit:
|
Use neovim when commit:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
# [fwupd](https://github.com/fwupd/fwupd)
|
||||||
|
|
||||||
|
| Distribution | Package |
|
||||||
|
| ------------ | ------- |
|
||||||
|
| Arch Linux | `fwupd` |
|
||||||
|
| Snap | `fwupd` |
|
||||||
|
|
||||||
|
Usage flow:
|
||||||
|
|
||||||
|
```
|
||||||
|
fwupdmgr get-devices
|
||||||
|
|
||||||
|
fwupdmgr refresh
|
||||||
|
|
||||||
|
fwupdmgr get-updates
|
||||||
|
|
||||||
|
fwupdmgr update
|
||||||
|
```
|
Loading…
Reference in New Issue