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à
parent 37b278cd03
commit 7e4273f440
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