Simplify timezone option

This commit is contained in:
2023-12-03 13:19:47 -05:00
parent 57b6719c27
commit 1a84f4b648
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ intel_vaapi_driver=${args[9]}
# 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/America/"$timezone" /etc/localtime
ln -s /usr/share/zoneinfo/"$timezone" /etc/localtime
locale-gen
hwclock --systohc --utc