From cd9f4b86a8c95f51d94eb7f184cba3c7e53ac871 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 13 Jan 2024 14:19:06 -0500 Subject: [PATCH] Fix timezone symlink --- chrootInstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 3ef40c6..66c4a1b 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -18,7 +18,7 @@ res_y_half=${args[11]} # configuring locale and clock Settings echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen echo 'LANG=en_US.UTF-8' > /etc/locale.conf -ln -s /usr/share/zoneinfo/"$timezone" /etc/localtime +ln -s "$timezone" /etc/localtime locale-gen curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start chmod 755 /etc/local.d/ntp.start