diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 00:25:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 00:25:00 -0400 |
| commit | 7fd338f96f5852ea309bd4a2964bf93d06062086 (patch) | |
| tree | 2a42123befbc3ce22818013bbb5dcb9dccffdf48 /src/Propellor/CmdLine.hs | |
| parent | f62d2fb18389947ce11021ba80b2aee52c6d03c2 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index ec2ca7ed..99826c3a 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -176,7 +176,7 @@ spin hn hst = do updatecmd = mkcmd [ "if [ ! -d " ++ localdir ++ " ]" , "then (" ++ intercalate " && " - [ "apt-get update" + [ "apt-get-fail update" , "apt-get --no-install-recommends --no-upgrade -y install git make" , "echo " ++ toMarked statusMarker (show NeedGitClone) ] ++ ") || echo " ++ toMarked statusMarker (show NeedPrecompiled) |
