setup/init-tz.sh aktualisiert

This commit is contained in:
ageissler
2024-10-29 10:16:45 +01:00
parent e039982894
commit 7576df2e6e

View File

@@ -1 +1,9 @@
#!/bin/bash
###############################################################
###
### timezone konfig
###
###############################################################
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime