Skip to content

Commit

Permalink
workaround for wrong hardware clock date/time
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Apr 1, 2024
1 parent e820ed2 commit 2494475
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chimeraos/airootfs/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2494475

Please sign in to comment.