diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 16:08:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 16:08:16 -0400 |
| commit | e44e4217fdb327c2d941ac5359f30bbadf5c1adf (patch) | |
| tree | c0682e54e68532e613025f51bc4304f77293fa15 /Propellor/CmdLine.hs | |
| parent | 02050fef42384d94414c053c240115be8f699fcd (diff) | |
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
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 " && " |
