diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-02 23:32:09 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-02 23:32:09 -0400 |
| commit | feaafc26de248b4f4cc4736f8dc2ae27ad79ff96 (patch) | |
| tree | 3cc7e4c3f5aae043b3612e3d695929f49cddf80e /Propellor | |
| parent | 1d93f25449eb5c4bf13ea80256f583e6ca1843c6 (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Apt.hs b/Propellor/Property/Apt.hs index 6f2f95d7..1807671f 100644 --- a/Propellor/Property/Apt.hs +++ b/Propellor/Property/Apt.hs @@ -89,7 +89,7 @@ installed' params ps = robustly $ check (isInstallable ps) go -- | Minimal install of package, without recommends. installedMin :: [Package] -> Property -installedMin = installed' ["--no-install-recommends"] +installedMin = installed' ["--no-install-recommends", "-y"] removed :: [Package] -> Property removed ps = check (or <$> isInstalled' ps) go |
