From 249447564378692460adf438409b93ef7cd4da74 Mon Sep 17 00:00:00 2001 From: Alesh Slovak Date: Mon, 1 Apr 2024 12:33:29 -0400 Subject: [PATCH] workaround for wrong hardware clock date/time --- chimeraos/airootfs/root/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chimeraos/airootfs/root/install.sh b/chimeraos/airootfs/root/install.sh index 06ad8e1..b0d43e7 100755 --- a/chimeraos/airootfs/root/install.sh +++ b/chimeraos/airootfs/root/install.sh @@ -31,6 +31,10 @@ if [ ! -d /sys/firmware/efi/efivars ]; then fi +# try to set correct date & time -- required to be able to connect to github via https if your hardware clock is set too far into the past +timedatectl set-ntp true + + #### Test connection or ask the user for configuration #### # Waiting a bit because some wifi chips are slow to scan 5GHZ networks