nix-config/sh/install/001-checks

12 lines
243 B
Plaintext
Raw Normal View History

2018-08-31 21:26:19 +02:00
#!/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