Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 324 Bytes

update-all

One to rule them all… One command for update, upgrade, autoremove and autoclean Ubuntu software

What this script actually does:

apt update \
     && apt list --upgradable \
     && apt full-upgrade [-y] \
     && apt autoremove [-y] \
     && apt autoclean

Installation:

sudo make install