Docker-Runit/installers/002_timezone.sh
2024-05-19 23:28:45 +02:00

6 lines
127 B
Bash
Executable file

#!/bin/bash
set -e
# shellcheck disable=SC1091
source /installers/config
${APT_GET} tzdata
echo "${DEFAULT_TZ}" >/etc/timezone