From: Héctor Orón Martínez Date: Thu, 1 May 2014 16:16:17 +0000 (+0200) Subject: new-machine: drop duplicated && X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=1089c624c57846f0ae9564ea16d9a6c336c43b04 new-machine: drop duplicated && Signed-off-by: Héctor Orón Martínez --- diff --git a/input/howto/new-machine.creole b/input/howto/new-machine.creole index c0ef89c..88a9805 100644 --- a/input/howto/new-machine.creole +++ b/input/howto/new-machine.creole @@ -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 }}}