remove test hack

This commit is contained in:
Joey Hess 2014-11-22 00:47:26 -04:00
parent aef324f528
commit ea058a5f9f
1 changed files with 1 additions and 1 deletions

View File

@ -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)