diff --git a/install b/install index 488006b..fb8ebf4 100755 --- a/install +++ b/install @@ -114,6 +114,7 @@ SYSTEMD_SERVICES=( "NetworkManager" "org.cups.cupsd" "suspend" + "systemd-timesyncd" "xboxdrv" ) @@ -357,7 +358,7 @@ sudo udevadm control --reload-rules ############################################################################### -# Copying root files # +# Copying root files # ############################################################################### print_section "Copying root files" for file in "${!COPY_ROOT_FILES[@]}"; do @@ -366,6 +367,13 @@ for file in "${!COPY_ROOT_FILES[@]}"; do done +############################################################################### +# Enable ntp # +############################################################################### +print_section "Enabling ntp" +timedatectl set-ntp true + + ############################################################################### # Setting lockscreen image # ###############################################################################