Update drivers from Linux-Firmware automatically.
Go to file
2024-10-27 10:57:35 +01:00
install.sh Update installer 2024-10-27 10:51:43 +01:00
lf-updr Daemon for lf-updr 2024-10-27 10:38:55 +01:00
lf-updr-install Add tool for reinstall lf-updr 2024-10-27 10:25:11 +01:00
lf-updr.cron Rename lf-updr cron file 2024-10-27 10:52:24 +01:00
lf-updrd Daemon for lf-updr 2024-10-27 10:38:55 +01:00
lf-updrd.service Service file for lf-updrd 2024-10-27 10:52:40 +01:00
LICENSE.txt LICENSE GPLv2.0 2024-10-20 13:57:45 +02:00
README.md README.md 2024-10-27 10:57:35 +01:00
uninstall.sh Update uninstaller 2024-10-27 10:52:01 +01: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

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

Dependencies

  • bash
  • git
  • systemd
  • update-initramfs