Added NTP time synchronization

This commit is contained in:
2020-02-22 12:57:06 +01:00
parent 8e37d2eadf
commit 51a1dd3ad2
2 changed files with 25 additions and 2 deletions

View File

@@ -154,6 +154,11 @@ yadm submodule update --init --recursive
printf "\n# Installing tryones compton fork ############################################\n\n"
yay -S --needed compton-tryone-git
printf "\n# Enabling timesync ###########################################################\n\n"
sudo systemctl enable --now systemd-timesyncd
sudo timedatectl set-ntp true
printf "\n# Enabling and starting Docker ################################################\n\n"
sudo systemctl enable --now docker