propellor spin

This commit is contained in:
Joey Hess 2014-03-30 19:13:26 -04:00
parent 0f623044f4
commit 4ec7bd7619
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ spin host = do
bootstrap url = shellWrap $ intercalate " && "
[ intercalate " ; "
[ "if [ ! -d " ++ localdir ++ " ]"
, "then"
, intercalate " && "
, "then " ++ intercalate " && "
[ "apt-get -y install git"
, "git clone " ++ url ++ " " ++ localdir
]