diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 00:47:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 00:47:26 -0400 |
| commit | ea058a5f9f4bf20d82f5d5d0fbbdbf74ce3cbfcc (patch) | |
| tree | 60fc6b690b2e3e4148c41b034461fc0a3c44a7a7 /src/Propellor/CmdLine.hs | |
| parent | aef324f52883b6bbf7fb400ece41af19b85cf2b1 (diff) | |
remove test hack
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 99826c3a..ec2ca7ed 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-fail update" + [ "apt-get update" , "apt-get --no-install-recommends --no-upgrade -y install git make" , "echo " ++ toMarked statusMarker (show NeedGitClone) ] ++ ") || echo " ++ toMarked statusMarker (show NeedPrecompiled) |
