do not use apt autoremove;

apt autoremove may remove more kernels than intended. Besides autoremove is not known option in precise/trusty.
This commit is contained in:
Jarno Suni 2016-12-10 17:32:23 +02:00 committed by GitHub
commit 01d3fe85b2

View file

@ -66,4 +66,3 @@ if [ -z "$PURGE" ]; then
fi fi
apt $APT_OPTS remove --purge $PURGE apt $APT_OPTS remove --purge $PURGE
apt $APT_OPTS autoremove --purge