summaryrefslogtreecommitdiff
path: root/alpine/timezone.sh
blob: 551b23a643732d5800df856fee5e4cd58501ad5d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Copyright (C) 2025-2026 Maria Lisina
# SPDX-License-Identifier: Apache-2.0
#
# timezone configuration

set -e

ln -fs /usr/share/zoneinfo/${1} /etc/localtime