diff --git a/archinstall/archinstall-dev.sh b/archinstall/archinstall-dev.sh index 3bf601e..3f9c544 100755 --- a/archinstall/archinstall-dev.sh +++ b/archinstall/archinstall-dev.sh @@ -670,9 +670,8 @@ function installconf { execl chroot hwclock --systohc --utc execl chroot systemctl enable ntpd if [[ $isoffline = 0 ]];then #Only sync if its online - echo "$(T "Syncing hour to internet")"; - execl chroot ntpd -qg - execl chroot hwclock -w + echo "$(T "Syncing hour to internet in background")"; + execl chroot (ntpd -qg && && hwclock -w) &> /dev/null else echo "Clock will not be okay until restart and configure manually because you dont have net" fi