From 5c5b187d6714659d2a29d7603e179457f5bfa92e Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 3 Feb 2021 12:51:56 +0100 Subject: [PATCH] Ubuntu 20.04 comes with own systemd-timesyncd, installing ntp package will break auto timesync --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index e25eb14..fc76d81 100755 --- a/install.sh +++ b/install.sh @@ -54,7 +54,6 @@ fi sudo apt update -yq sudo apt install -yq python-setuptools \ - ntp \ unzip zip \ cmake \ libusb-1.0-0-dev \