diff options
author | Kwadronaut <kwadronaut@leap.se> | 2012-12-04 19:21:59 +0100 |
---|---|---|
committer | Kwadronaut <kwadronaut@leap.se> | 2012-12-04 19:21:59 +0100 |
commit | 146ed41d1f8f59960c865c638a246785a235865f (patch) | |
tree | d44c52160487896fd6b80b03ef6646915e31b5f9 /wheezy | |
parent | 98950fcf237538966f5f6ba76c0ae2b0769a180d (diff) |
donĀ“t remove headers and build essential, oterwise upgrades will fail
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 |