From db54c10ec1878f869aef91c7073473e7a1e9e72c Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Wed, 4 Oct 2023 22:02:34 +0200 Subject: [PATCH] add chrony to debian.sh --- scripts/debian.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/debian.sh b/scripts/debian.sh index 581ceba61..aa46a3d54 100644 --- a/scripts/debian.sh +++ b/scripts/debian.sh @@ -103,8 +103,8 @@ update-locale LANG=en_US.UTF-8 ln -sf /usr/share/zoneinfo/$timezone etc/localtime dpkg-reconfigure --frontend=noninteractive tzdata -apt-get -y install openssh-server ca-certificates fake-hwclock usbutils \ - psmisc lsof parted curl vim wpasupplicant hostapd isc-dhcp-server \ +apt-get -y install openssh-server ca-certificates chrony fake-hwclock \ + usbutils psmisc lsof parted curl vim wpasupplicant hostapd isc-dhcp-server \ firmware-misc-nonfree firmware-realtek firmware-atheros firmware-brcm80211 \ iw iptables ifplugd ntfs-3g net-tools @@ -251,6 +251,7 @@ apt-get clean echo root:$passwd | chpasswd +service chrony stop service ssh stop history -c