Update install.sh

Add timezone Europe/Berlin
This commit is contained in:
2025-06-18 09:36:05 +02:00
parent 6b3545f865
commit 72dabbdf96

View File

@ -328,6 +328,8 @@ echo
echo "Setting timezone.."
arch-chroot "/mnt" ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime
arch-chroot "/mnt" hwclock --systohc
echo "Done."
echo
# Setting hostname
echo "Setting hostname.."