propellor spin
This commit is contained in:
parent
e44e4217fd
commit
ff3f25fb4e
|
@ -194,7 +194,7 @@ spin host = do
|
|||
bootstrapcmd = shellWrap $ intercalate " ; "
|
||||
[ "if [ ! -d " ++ localdir ++ " ]"
|
||||
, "then " ++ intercalate " && "
|
||||
[ "apt-get --no-recommends --no-upgrade -y install git make"
|
||||
[ "apt-get --no-install-recommends --no-upgrade -y install git make"
|
||||
, "echo " ++ toMarked statusMarker (show NeedGitClone)
|
||||
]
|
||||
, "else " ++ intercalate " && "
|
||||
|
|
Loading…
Reference in New Issue