propellor spin

This commit is contained in:
Joey Hess 2014-04-10 16:08:16 -04:00
parent 02050fef42
commit e44e4217fd
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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 " && "