5 lines
95 B
Bash
5 lines
95 B
Bash
export DEBIAN_FRONTEND=noninteractive
|
|
apt update
|
|
apt -y install ntpdate
|
|
ntpdate time.apple.com
|