diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-06-03 11:36:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-06-03 11:36:54 -0400 |
| commit | dca1c56e612757c4bb306fb45675337dc52eb201 (patch) | |
| tree | 65b28e6083ad90e488e9297f999184530ff754f6 /src/Propellor/Bootstrap.hs | |
| parent | 3ad941a960713a0d0ab13933c53408c220b2a6a8 (diff) | |
remove wheezy reference
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 7 |
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 |
