Skip to content

Commit 147e552

Browse files
committed
Merge ntp.sh into apt.sh
1 parent 80a2b13 commit 147e552

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

control-plane.sh

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ set -euo pipefail
55
install_scripts=(
66
"scripts/apt.sh"
77
"scripts/swap.sh"
8-
"scripts/ntp.sh"
98
"scripts/network.sh"
109
"scripts/containerd.sh"
1110
"scripts/kubernetes.sh"

node.sh

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fi
1818
INSTALL_SCRIPTS=(
1919
"scripts/apt.sh"
2020
"scripts/swap.sh"
21-
"scripts/ntp.sh"
2221
"scripts/network.sh"
2322
"scripts/storage.sh"
2423
"scripts/containerd.sh"

scripts/apt.sh

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -euo pipefail
55
apt update
66
apt upgrade -y
77

8+
apt purge -y systemd-timesyncd
9+
810
apt install \
911
apt-transport-https \
1012
ca-certificates \
@@ -24,6 +26,8 @@ apt install \
2426
lsb-release \
2527
net-tools \
2628
nfs-common \
29+
ntp \
30+
ntpsec \
2731
openssh-server \
2832
openssl \
2933
sed \

scripts/ntp.sh

-14
This file was deleted.

0 commit comments

Comments
 (0)