diff options
author | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-07-18 16:26:59 +0100 |
---|---|---|
committer | Nat Lasseter <Nat Lasseter nathan@bytemark.co.uk> | 2017-07-18 16:26:59 +0100 |
commit | 5f11a46ce2a2f02184bbdfd062bd5b2c28ff3c65 (patch) | |
tree | a7650969b259a18fb52463dd65df9c6e96aea1d6 /apt-stuff | |
parent | f9e60751846f79c37925946b32528db2d0e66dbd (diff) |
Added dist-upgrade to apt-stuff
Diffstat (limited to 'apt-stuff')
-rwxr-xr-x | apt-stuff | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ set -ex sudo apt-get update sudo apt-get -y upgrade +sudo apt-get -y dist-upgrade sudo apt-get -y --purge autoremove sudo apt-get clean |