mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 15:37:16 -04:00
Fix timezone symlink
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ res_y_half=${args[11]}
|
|||||||
# configuring locale and clock Settings
|
# configuring locale and clock Settings
|
||||||
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
|
echo 'en_US.UTF-8 UTF-8' > /etc/locale.gen
|
||||||
echo 'LANG=en_US.UTF-8' > /etc/locale.conf
|
echo 'LANG=en_US.UTF-8' > /etc/locale.conf
|
||||||
ln -s /usr/share/zoneinfo/"$timezone" /etc/localtime
|
ln -s "$timezone" /etc/localtime
|
||||||
locale-gen
|
locale-gen
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start
|
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
|
chmod 755 /etc/local.d/ntp.start
|
||||||
|
|||||||
Reference in New Issue
Block a user