From 72dabbdf968e7c5b9488cdf9cc049ff6690c52e9 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Wed, 18 Jun 2025 09:36:05 +0200 Subject: [PATCH] Update install.sh Add timezone Europe/Berlin --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3577860..11337f4 100644 --- a/install.sh +++ b/install.sh @@ -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.."