summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 00:37:03 -0400
committerJoey Hess2014-04-10 00:37:03 -0400
commitb13574372c70b0b83ca4d68699f2c3e2b46071d0 (patch)
treed75be78d859afbd7ebfef39b66a7dbc40ab07d59 /Propellor/CmdLine.hs
parentfbd1e5c109968cb127f4535031e4dfbe753a8996 (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 a7cacdca..ca155568 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -192,7 +192,7 @@ spin host = do
bootstrapcmd = shellWrap $ intercalate " ; "
[ "if [ ! -d " ++ localdir ++ " ]"
, "then " ++ intercalate " && "
- [ "apt-get -y install git"
+ [ "apt-get -y install git make"
, "echo " ++ toMarked statusMarker (show NeedGitClone)
]
, "else " ++ intercalate " && "