diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 16:08:38 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 16:08:38 -0400 |
| commit | ff3f25fb4ea1e9aec49d821b9110b3147addbf1b (patch) | |
| tree | 51a449b843c693a005ad0414467dfcc8404334a2 | |
| parent | e44e4217fdb327c2d941ac5359f30bbadf5c1adf (diff) | |
propellor spin
| -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 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 " && " |
