propellor spin

This commit is contained in:
Joey Hess 2014-03-31 16:52:20 -04:00
parent bbc0912aee
commit 679dd59ef7
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ spin host = do
user = "root@"++host
bootstrapcmd = shellWrap $ intercalate " && "
bootstrapcmd = shellWrap $ intercalate " ; "
[ "if [ ! -d " ++ localdir ++ " ]"
, "then " ++ intercalate " && "
[ "apt-get -y install git"