From 1d70a0cc1ea5ad04864e2828ead8f19583b3e4d3 Mon Sep 17 00:00:00 2001 From: Travis Carr Date: Tue, 6 Aug 2024 21:01:52 +0000 Subject: [PATCH] Update INSTALL.md to keep the suggested crontab from updating all packages on the users system. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 089ad532..c80d136e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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**