From b13574372c70b0b83ca4d68699f2c3e2b46071d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 00:37:03 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor') 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 " && " -- cgit v1.2.3