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