diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:53:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:53:00 -0400 |
| commit | 7820c8bb1222b9370e2009e9e60bc807f6bf409b (patch) | |
| tree | fbf6785fa82d716bdf3baa555c51e202006293c3 | |
| parent | 28787f11c74e292ab56dff1f1060668b6248e34f (diff) | |
do a dist-upgrade
| -rw-r--r-- | Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/Apt.hs b/Property/Apt.hs index 9db8a6a3..4d58574f 100644 --- a/Property/Apt.hs +++ b/Property/Apt.hs @@ -61,7 +61,7 @@ update :: Property update = runApt [Param "update"] upgrade :: Property -upgrade = runApt [Params "-y safe-upgrade"] +upgrade = runApt [Params "-y dist-upgrade"] type Package = String |
