Fix timezone symlink

This commit is contained in:
2024-01-13 14:19:06 -05:00
parent cb15a2c9b9
commit cd9f4b86a8
+1 -1
View File
@@ -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