From b3343573e833dd225bb8380c72bf30b5f0626ec9 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 11 Oct 2023 17:47:48 +0200 Subject: [PATCH] chg: [host] only install ``ntp`` if not using ``systemd-timesyncd`` --- precise/host/hooks/install.d/38-ntp.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/precise/host/hooks/install.d/38-ntp.sh b/precise/host/hooks/install.d/38-ntp.sh index a9eea56..6a12844 100755 --- a/precise/host/hooks/install.d/38-ntp.sh +++ b/precise/host/hooks/install.d/38-ntp.sh @@ -1,4 +1,7 @@ #!/bin/bash -apt-get install ntp -y