#!/bin/sh # # Set the timezone through systemd. # # https://wiki.archlinux.org/index.php/Time set -xe timedatectl set-timezone America/New_York