hacks/fix-raspian-defaults/root/boot/per-once.d/01-set-time.sh

7 lines
108 B
Bash
Raw Normal View History

2019-10-04 12:55:40 +00:00
#!/bin/bash
2019-10-04 12:26:33 +00:00
export DEBIAN_FRONTEND=noninteractive
apt update
apt -y install ntpdate
ntpdate time.apple.com