README.md
This commit is contained in:
parent
43b5087530
commit
515e2d29a0
32
README.md
Normal file
32
README.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
`lf-updr` - Update drivers from Linux-Firmware automatically
|
||||||
|
|
||||||
|
## How to install:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.q3aql.dev/q3aql/lf-updr
|
||||||
|
cd lf-updr
|
||||||
|
sudo ./install.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
## How to uninstall:
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://git.q3aql.dev/q3aql/lf-updr
|
||||||
|
cd lf-updr
|
||||||
|
sudo ./uninstall.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
## Update manually:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo lf-updr
|
||||||
|
```
|
||||||
|
|
||||||
|
**Note:** Automatically, the cron service will execute periodically the update.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
* bash
|
||||||
|
* git
|
||||||
|
* cron
|
||||||
|
* update-initramfs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user