From 24169553c5dfa631dfd7cf42cde7193a1f252110 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 10 Jan 2024 15:26:12 -0500 Subject: [PATCH] Ensure /etc/local.d/.ntpsync exists --- chrootInstall.sh | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index c53b8cb..234563f 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -22,6 +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 # networkmanager configuration pacman -S networkmanager-openrc --noconfirm diff --git a/install.sh b/install.sh index 8d76e3a..a9ae39b 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated january 10, 2024 \(rev. A\) +echo last updated january 10, 2024 \(rev. B\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"