Skip to content

Commit 621cf04

Browse files
committed
Be sure to install ntp and ntp-doc.
modified: scripts/setup.base.software.sh
1 parent 9f2b082 commit 621cf04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/setup.base.software.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,14 @@ setup_base_software () {
5252

5353
case ${DIST_ID} in
5454
Ubuntu)
55-
apt-get install update-notifier-common -y
55+
apt-get install ntp ntp-doc update-notifier-common -y
5656
/usr/lib/update-notifier/update-motd-updates-available --force
5757
;;
5858
Debian)
5959
case ${DIST_RELEASE} in
60+
8.* | \
6061
9.*)
61-
apt-get install unattended-upgrades apt-listchanges dirmngr -y
62+
apt-get install ntp ntp-doc unattended-upgrades apt-listchanges dirmngr -y
6263
dpkg-reconfigure -plow unattended-upgrades
6364
;;
6465
*)

0 commit comments

Comments
 (0)