README.md

This commit is contained in:
q3aql 2024-10-27 10:57:35 +01:00
parent 17406376ad
commit 38b113557d

View File

@ -22,11 +22,25 @@ sudo ./uninstall.sh
sudo lf-updr sudo lf-updr
``` ```
**Note:** Automatically, the cron service will execute periodically the update. **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 ## Dependencies
* bash * bash
* git * git
* cron * systemd
* update-initramfs * update-initramfs