do a dist-upgrade

This commit is contained in:
Joey Hess 2014-03-30 02:53:00 -04:00
parent 28787f11c7
commit 7820c8bb12
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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