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

7 lines
108 B
Bash

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