From b76e2a3f4d1a69f7dfa740c95b9660da6bf7cec8 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 10 Jan 2024 18:34:24 -0500 Subject: [PATCH] Start .ntpsync with a value of 0 --- chrootInstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 234563f..3ef40c6 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -22,7 +22,7 @@ ln -s /usr/share/zoneinfo/"$timezone" /etc/localtime locale-gen curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/ntp-rclocal/ntp.start -o /etc/local.d/ntp.start chmod 755 /etc/local.d/ntp.start -touch /etc/local.d/.ntpsync +echo "0" > /etc/local.d/.ntpsync # networkmanager configuration pacman -S networkmanager-openrc --noconfirm