From 52ccac373bb173693b53d1454101f30ed8a15138 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Tue, 12 Oct 2021 09:33:04 +0200 Subject: [PATCH] Add comment as to why we don't do_updates in mk_apt --- checkmk/checkmk-files/mk_apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkmk/checkmk-files/mk_apt b/checkmk/checkmk-files/mk_apt index ca517f3..5ea9c13 100644 --- a/checkmk/checkmk-files/mk_apt +++ b/checkmk/checkmk-files/mk_apt @@ -26,7 +26,7 @@ CMK_VERSION="2.0.0p12" # This variable can either be "upgrade" or "dist-upgrade" UPGRADE=dist-upgrade -DO_UPDATE=no +DO_UPDATE=no # LEAVE THIS OFF, it will eat our SSDs alive! function check_apt_update { -- GitLab