new-machine: drop duplicated &&
authorHéctor Orón Martínez <zumbi@debian.org>
Thu, 1 May 2014 16:16:17 +0000 (18:16 +0200)
committerHéctor Orón Martínez <zumbi@debian.org>
Thu, 1 May 2014 16:16:34 +0000 (18:16 +0200)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
input/howto/new-machine.creole

index c0ef89c..88a9805 100644 (file)
@@ -8,7 +8,7 @@ Note: this has recently been changed to rely more on [[puppet|howto/puppet-setup
     apt-get install --no-install-recommends ssh vim &&
     echo -n > /etc/environment &&
     echo -n > /etc/default/locale &&
-    apt-get install --no-install-recommends dialog && &&
+    apt-get install --no-install-recommends dialog &&
     echo "debconf debconf/priority        select high" | debconf-set-selections &&
     echo "debconf debconf/frontend        select Dialog" | debconf-set-selections
 }}}