README.md
This commit is contained in:
parent
17406376ad
commit
38b113557d
18
README.md
18
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user