mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Update INSTALL.md to keep the suggested crontab from updating all packages on the users system.
This commit is contained in:
parent
e0c20ed4c9
commit
1d70a0cc1e
@ -144,7 +144,7 @@ sudo crontab -e
|
||||
|
||||
In the editor that opens append:
|
||||
```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**
|
||||
|
Loading…
Reference in New Issue
Block a user