File tree 4 files changed +4
-16
lines changed
4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ set -euo pipefail
5
5
install_scripts=(
6
6
" scripts/apt.sh"
7
7
" scripts/swap.sh"
8
- " scripts/ntp.sh"
9
8
" scripts/network.sh"
10
9
" scripts/containerd.sh"
11
10
" scripts/kubernetes.sh"
Original file line number Diff line number Diff line change 18
18
INSTALL_SCRIPTS=(
19
19
" scripts/apt.sh"
20
20
" scripts/swap.sh"
21
- " scripts/ntp.sh"
22
21
" scripts/network.sh"
23
22
" scripts/storage.sh"
24
23
" scripts/containerd.sh"
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ set -euo pipefail
5
5
apt update
6
6
apt upgrade -y
7
7
8
+ apt purge -y systemd-timesyncd
9
+
8
10
apt install \
9
11
apt-transport-https \
10
12
ca-certificates \
@@ -24,6 +26,8 @@ apt install \
24
26
lsb-release \
25
27
net-tools \
26
28
nfs-common \
29
+ ntp \
30
+ ntpsec \
27
31
openssh-server \
28
32
openssl \
29
33
sed \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments