From ff3f25fb4ea1e9aec49d821b9110b3147addbf1b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 16:08:38 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 1dbc40fc..6ddf8907 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 --no-recommends --no-upgrade -y install git make" + [ "apt-get --no-install-recommends --no-upgrade -y install git make" , "echo " ++ toMarked statusMarker (show NeedGitClone) ] , "else " ++ intercalate " && " -- cgit v1.2.3