From e663f011350a95fc9ea75cc8a923070c93922962 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 22 Jan 2017 22:06:22 +0100 Subject: [PATCH] fix --- installer/archinstall-dev.sh | 2 -- 1 file changed, 2 deletions(-) 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/