mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 09:41:31 +01:00
changes
This commit is contained in:
@@ -375,10 +375,10 @@ done
|
||||
|
||||
test -n "$NEW_TIMEZONE" && cp -fp /mnt/usr/share/zoneinfo/"$NEW_TIMEZONE" /mnt/etc/localtime
|
||||
inchroot hwclock --systohc --utc
|
||||
echo "$(T "Syncing hour to internet")";
|
||||
inchroot pacman -S ntp --noconfirm
|
||||
inchroot systemctl enable ntpd
|
||||
if [[ $isoffline = 0 ]];then #Only sync if its online
|
||||
echo "$(T "Syncing hour to internet")";
|
||||
inchroot ntpd -qg
|
||||
inchroot hwclock -w
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user