mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 13:33:23 -07:00
* usr/bin/purge-old-kernels:
- make sure we pass through the -f|-y apt options
This commit is contained in:
parent
e82b22e450
commit
4311382b18
2 changed files with 6 additions and 1 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
||||||
byobu (5.124) unreleased; urgency=medium
|
byobu (5.124) unreleased; urgency=medium
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* usr/bin/wifi-status:
|
* usr/bin/wifi-status:
|
||||||
- add a speedometer split
|
- add a speedometer split
|
||||||
* debian/control, usr/bin/wifi-status,
|
* debian/control, usr/bin/wifi-status,
|
||||||
|
@ -8,6 +9,10 @@ byobu (5.124) unreleased; urgency=medium
|
||||||
* === added directory snap, snap/snapcraft.yaml:
|
* === added directory snap, snap/snapcraft.yaml:
|
||||||
- initial crack at snap packaging
|
- initial crack at snap packaging
|
||||||
|
|
||||||
|
[ Charles Alva ]
|
||||||
|
* usr/bin/purge-old-kernels:
|
||||||
|
- make sure we pass through the -f|-y apt options
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 25 Sep 2017 10:28:42 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 25 Sep 2017 10:28:42 -0500
|
||||||
|
|
||||||
byobu (5.123-0ubuntu1) artful; urgency=medium
|
byobu (5.123-0ubuntu1) artful; urgency=medium
|
||||||
|
|
|
@ -26,4 +26,4 @@
|
||||||
# If you still have old kernels lying around after this, please
|
# If you still have old kernels lying around after this, please
|
||||||
# file a bug against apt: https://bugs.launchpad.net/ubuntu/+source/apt/+filebug
|
# file a bug against apt: https://bugs.launchpad.net/ubuntu/+source/apt/+filebug
|
||||||
|
|
||||||
sudo apt-get autoremove
|
sudo apt-get $@ autoremove
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue