From f855a3e701e835231272f31be30fc8e78753ab3f Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Wed, 5 Aug 2020 14:39:25 +0200 Subject: [PATCH] Enable time synchronization --- sh/debian/configure.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index bde88590..6d9f1f35 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -65,6 +65,9 @@ EOF # Basic packages apt-get -y install man bash-completion git ufw jq curl build-essential netcat wget psmisc lz4 file net-tools brotli unzip zip moreutils xauth sysfsutils rsync iperf pv tree mc screen ssh iotop whois sudo +# Enable time synchronization +timedatectl set-ntp true + # Configure screen cat <<'EOF'>> /etc/screenrc startup_message off