summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Bootstrap.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 04f23f85..eba291c4 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -100,10 +100,9 @@ checkDepsCommand bs sys = go (getBuilder bs)
--
-- When bootstrapping Robustly, first try to install the builder,
-- and all haskell libraries that propellor uses from OS packages.
--- Some packages may not be available in some versions of Debian
--- (eg, Debian wheezy lacks async), or propellor may need a newer version.
--- So, as a second step, any other dependencies are installed from source
--- using the builder.
+-- Some packages may not be available in some versions of the OS,
+-- or propellor may need a newer version. So, as a second step,
+-- ny other dependencies are installed from source using the builder.
--
-- Note: May succeed and leave some deps not installed.
depsCommand :: Bootstrapper -> Maybe System -> ShellCommand