mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
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:
commit
aaea2aebbf
@ -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**
|
||||||
|
Loading…
Reference in New Issue
Block a user