diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index e32ccdb..1dbc40f 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 " && "