From 64cf4a75c8d446ec2af73a2c90aa4f7b650ed377 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 19 May 2021 11:35:57 +0200 Subject: [PATCH] new: [host] add ``ntp`` Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/38-ntp.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 precise/host/hooks/install.d/38-ntp.sh diff --git a/precise/host/hooks/install.d/38-ntp.sh b/precise/host/hooks/install.d/38-ntp.sh new file mode 100755 index 00000000..a9eea567 --- /dev/null +++ b/precise/host/hooks/install.d/38-ntp.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +apt-get install ntp -y