We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2b082 commit 621cf04Copy full SHA for 621cf04
scripts/setup.base.software.sh
@@ -52,13 +52,14 @@ setup_base_software () {
52
53
case ${DIST_ID} in
54
Ubuntu)
55
- apt-get install update-notifier-common -y
+ apt-get install ntp ntp-doc update-notifier-common -y
56
/usr/lib/update-notifier/update-motd-updates-available --force
57
;;
58
Debian)
59
case ${DIST_RELEASE} in
60
+ 8.* | \
61
9.*)
- apt-get install unattended-upgrades apt-listchanges dirmngr -y
62
+ apt-get install ntp ntp-doc unattended-upgrades apt-listchanges dirmngr -y
63
dpkg-reconfigure -plow unattended-upgrades
64
65
*)
0 commit comments