From 9fa8e0c98c465ede8f8f6932bcc10edfbac70a9d Mon Sep 17 00:00:00 2001 From: kprkpr Date: Wed, 28 Sep 2016 20:49:34 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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