diff --git a/installer/archinstall-dev.sh b/installer/archinstall-dev.sh index 21ef10a..65f7f39 100755 --- a/installer/archinstall-dev.sh +++ b/installer/archinstall-dev.sh @@ -479,8 +479,6 @@ function installconf { test -n "$NEW_TIMEZONE" && cp -fp /mnt/usr/share/zoneinfo/"$NEW_TIMEZONE" /mnt/etc/localtime execl chroot hwclock --systohc --utc execl chroot systemctl enable ntpd - echo "$(T "Syncing hour to internet in background")"; - execl chroot (ntpd -qg && && hwclock -w) &> /dev/null # User and desktop skel wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/mods/skel.tar.xz -O- | tar xJf - -C /mnt/