nix-config/sh/001-checks
2018-08-31 15:26:19 -04:00

12 lines
243 B
Bash

#!/bin/sh
#
# Sync the time with one online so we have the proper
# time before doing anything. Make sure you're connected
# to the internet first.
#
# https://wiki.archlinux.org/index.php/Installation_guide
set -xe
timedatectl set-ntp true