diff --git a/scripts/ubuntu/2-machine-cofiguration.sh b/scripts/ubuntu/2-machine-cofiguration.sh index 27cfb10..db09c79 100644 --- a/scripts/ubuntu/2-machine-cofiguration.sh +++ b/scripts/ubuntu/2-machine-cofiguration.sh @@ -108,3 +108,7 @@ EOF sudo systemctl daemon-reload sudo systemctl enable matter-th +printf "\n\n**********" +printf "\n*** Enable systemd-timesyncd ***\n" +sudo systemctl enable systemd-timesyncd +sudo systemctl start systemd-timesyncd \ No newline at end of file