feat(debian): add alu alias for list and upgrade packages (#7928)

Closes #7928
This commit is contained in:
Björn Daase 2019-06-14 20:50:16 +02:00 committed by Marc Cornellà
commit 7e4273f440
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 9 additions and 5 deletions

View file

@ -61,6 +61,9 @@ if [[ $use_sudo -eq 1 ]]; then
# apt-get only
alias ads="sudo apt-get dselect-upgrade"
# apt only
alias alu="sudo apt update && apt list -u && sudo apt upgrade"
# Install all .deb files in the current directory.
# Warning: you will need to put the glob in single quotes if you use:
# glob_subst