diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index f91aa2f..88fc969 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -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