Add apt-get upgrade to new-machine howto
authorPeter Palfrader <peter@palfrader.org>
Fri, 10 Oct 2014 09:22:53 +0000 (11:22 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 10 Oct 2014 09:22:53 +0000 (11:22 +0200)
input/howto/new-machine.creole

index 8264df1..e03d1a2 100644 (file)
@@ -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.