Skip to content

Commit 7e80f26

Browse files
committed
Replace ntp with chrony
1 parent 147e552 commit 7e80f26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/apt.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ apt purge -y systemd-timesyncd
1010
apt install \
1111
apt-transport-https \
1212
ca-certificates \
13+
chrony \
1314
conntrack \
1415
curl \
1516
gawk \
@@ -26,8 +27,6 @@ apt install \
2627
lsb-release \
2728
net-tools \
2829
nfs-common \
29-
ntp \
30-
ntpsec \
3130
openssh-server \
3231
openssl \
3332
sed \

0 commit comments

Comments
 (0)