Merge branch 'tmcarr-main-patch-16887' into 'main'

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

See merge request veilid/veilid!306
This commit is contained in:
Christien Rioux 2024-08-15 12:33:48 +00:00
commit aaea2aebbf

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**