Compare commits

..

No commits in common. "2bd88e7c24c1cdd33d423363889a2a652271fbd7" and "802c61692e4f7306ec026c43a66be8a5ca898a5f" have entirely different histories.

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
apt-get -y install vim traceroute tcpdump molly-guard less rsync git-core unattended-upgrades ntp
update-alternatives --set editor /usr/bin/vim.basic
mkdir -p `dirname $stamp`