ntpdate command not found in MacOS Mojave

后端 未结 2 2261
萌比男神i
萌比男神i 2021-02-14 13:37

I have a Bash script who update the time of my mac but since the update of Mojave the command isn\'t found:

ntpdate -u time.apple.com

return :

2条回答
  •  情书的邮戳
    2021-02-14 14:26

    It's a duplicate. Please check this stackoverflow question.

    TL;DR use sudo sntp -sS time.apple.com instead.

提交回复
热议问题