summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 16:08:16 -0400
committerJoey Hess2014-04-10 16:08:16 -0400
commite44e4217fdb327c2d941ac5359f30bbadf5c1adf (patch)
treec0682e54e68532e613025f51bc4304f77293fa15 /Propellor/CmdLine.hs
parent02050fef42384d94414c053c240115be8f699fcd (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index e32ccdbe..1dbc40fc 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -194,7 +194,7 @@ spin host = do
bootstrapcmd = shellWrap $ intercalate " ; "
[ "if [ ! -d " ++ localdir ++ " ]"
, "then " ++ intercalate " && "
- [ "apt-get -y install git make"
+ [ "apt-get --no-recommends --no-upgrade -y install git make"
, "echo " ++ toMarked statusMarker (show NeedGitClone)
]
, "else " ++ intercalate " && "