Skip to content

Commit

Permalink
add chrony to debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Oct 4, 2023
1 parent 2ac4e83 commit db54c10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -251,6 +251,7 @@ apt-get clean
echo root:$passwd | chpasswd
service chrony stop
service ssh stop
history -c
Expand Down

0 comments on commit db54c10

Please sign in to comment.