Update INSTALL.md to keep the suggested crontab from updating all packages on the users system.

This commit is contained in:
Travis Carr 2024-08-06 21:01:52 +00:00
parent e0c20ed4c9
commit 1d70a0cc1e

View File

@ -144,7 +144,7 @@ sudo crontab -e
In the editor that opens append: In the editor that opens append:
```shell ```shell
0 * * * * apt -y update && apt -y upgrade veilid-cli veilid-server > ~/auto_updates.log 2>&1 0 * * * * apt -y update && apt -y upgrade --only-upgrade veilid-cli veilid-server > ~/auto_updates.log 2>&1
``` ```
**Nightly Releases** **Nightly Releases**