From d143bdf2b77ab676758474631ccb02127f150320 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 10 Oct 2014 11:22:53 +0200 Subject: [PATCH] Add apt-get upgrade to new-machine howto --- input/howto/new-machine.creole | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index 8264df1..e03d1a2 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -44,6 +44,11 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup puppet agent -t; puppet agent -t; puppet agent -t; puppet agent -t }}} +* install security updates etc. +{{{ + apt-get update && apt-get dist-upgrade && apt-get clean +}}} + * try to login using your user and ssh key. you should get a homedir. * try to become root using sudo. -- 2.20.1