hacks/fix-raspian-defaults/root.overlay/boot/per-once.d/01-set-time.sh
2019-10-04 06:46:23 -07:00

7 lines
108 B
Bash

#!/bin/bash
export DEBIAN_FRONTEND=noninteractive
apt update
apt -y install ntpdate
ntpdate time.apple.com