diff options
Diffstat (limited to 'wheezy')
-rw-r--r-- | wheezy/cleanup.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wheezy/cleanup.sh b/wheezy/cleanup.sh index bf8a619..bc4febe 100644 --- a/wheezy/cleanup.sh +++ b/wheezy/cleanup.sh @@ -1,5 +1,6 @@ -# Clean up -apt-get -y remove linux-headers-$(uname -r) build-essential +# Clean up - we want to have linux headers and build-essential installed because +# otherwise things break with kernel upgrades +# apt-get -y remove linux-headers-$(uname -r) build-essential apt-get -y autoremove # Removing leftover leases and persistent rules |