mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
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:
parent
2d571ceaed
commit
01d3fe85b2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue