propellor spin
This commit is contained in:
parent
0f623044f4
commit
4ec7bd7619
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue