lf-updr/README.md

47 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-10-20 13:59:46 +02:00
`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
```
2024-10-27 10:57:35 +01:00
**Note:** Automatically, the systemd service (lf-updrd) will execute periodically the update.
## Show daemon:
```
sudo systemctl status lf-updrd
```
## Reinstall:
If the installation is corrupted, you can reinstall everything with the following command:
```
sudo lf-updr-install
```
2024-10-20 13:59:46 +02:00
## Dependencies
* bash
* git
2024-10-27 10:57:35 +01:00
* systemd
2024-10-20 13:59:46 +02:00
* update-initramfs