Do not install ntp with cosmos script

This is handled with sunet::server
This commit is contained in:
Patrik Lundin 2024-10-17 16:36:45 +02:00
parent 028ba3d608
commit f537508bee
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -8,7 +8,7 @@ set -e
stamp="$COSMOS_BASE/stamps/common-tools-v01.stamp"
if ! test -f $stamp; then
apt-get -y install vim traceroute tcpdump molly-guard less rsync git-core unattended-upgrades ntp
apt-get -y install vim traceroute tcpdump molly-guard less rsync git-core unattended-upgrades
update-alternatives --set editor /usr/bin/vim.basic
mkdir -p `dirname $stamp`