Index: scripts/setup.sh =================================================================== diff -u -r936ed882bee8169edec9fe24cbd4e49ccca667d9 -raa873f8620e3f402bf60827e9c54623b5e09280e --- scripts/setup.sh (.../setup.sh) (revision 936ed882bee8169edec9fe24cbd4e49ccca667d9) +++ scripts/setup.sh (.../setup.sh) (revision aa873f8620e3f402bf60827e9c54623b5e09280e) @@ -18,6 +18,9 @@ # to use the system time/date and not use the network time protocol timedatectl set-ntp 0 +echo "Setup the timezone (UTC)" +timedatectl set-timezone UTC + echo "Setup the time/date" while true; do read -p "please enter the date (yyyy-MM-dd HH:mm): " -r DATE @@ -27,10 +30,6 @@ fi done -echo "Setup the timezone (PST)" -rm -f /etc/localtime -ln -s /usr/share/zoneinfo/America/Los_Angeles /etc/localtime - echo "Setup the hardware clock" hwclock -w