From 515e2d29a00742185475d9eb2fafabde0f2dccd8 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 20 Oct 2024 13:59:46 +0200 Subject: [PATCH] README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1db8e7 --- /dev/null +++ b/README.md @@ -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 +