Merge pull request #57 from SUNET/patlu-no-ntp

Do not install ntp with cosmos script
This commit is contained in:
Patrik Lundin 2024-10-21 08:23:46 +02:00 committed by GitHub
commit 57dcae2cdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`