#!/bin/bash ############################################################### ### ### timezone konfig ### ############################################################### rm -rf /etc/localtime ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime