propellor spin
This commit is contained in:
parent
f392bd6390
commit
b345271f0b
|
@ -107,7 +107,8 @@ installedBackport ps = withOS desc $ \o -> case o of
|
||||||
Nothing -> error "cannot install backports; os not declared"
|
Nothing -> error "cannot install backports; os not declared"
|
||||||
(Just (System (Debian suite) _))
|
(Just (System (Debian suite) _))
|
||||||
| isStable suite ->
|
| isStable suite ->
|
||||||
ensureProperty $ installed' ["-t", backportSuite, "-y"] ps
|
ensureProperty $ runApt $
|
||||||
|
["install", "-t", backportSuite, "-y"] ++ ps
|
||||||
_ -> error $ "backports not supported on " ++ show o
|
_ -> error $ "backports not supported on " ++ show o
|
||||||
where
|
where
|
||||||
desc = (unwords $ "apt installed backport":ps)
|
desc = (unwords $ "apt installed backport":ps)
|
||||||
|
|
Loading…
Reference in New Issue