summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2017-07-18 16:26:59 +0100
committerNat Lasseter <Nat Lasseter nathan@bytemark.co.uk>2017-07-18 16:26:59 +0100
commit5f11a46ce2a2f02184bbdfd062bd5b2c28ff3c65 (patch)
treea7650969b259a18fb52463dd65df9c6e96aea1d6
parentf9e60751846f79c37925946b32528db2d0e66dbd (diff)
Added dist-upgrade to apt-stuff
-rwxr-xr-xapt-stuff1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-stuff b/apt-stuff
index 6b3ee51..86c3165 100755
--- a/apt-stuff
+++ b/apt-stuff
@@ -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