aup for update, aupg for upgrade
This commit is contained in:
parent
fd0c34b133
commit
2970f23d37
|
@ -14,7 +14,9 @@ alias aqs="sudo apt show"
|
|||
alias aql="sudo dpkg -l"
|
||||
alias aqh="sudo apt-mark showhold"
|
||||
|
||||
function aup {
|
||||
alias aup="sudo apt update"
|
||||
|
||||
function aupg {
|
||||
sudo apt update;
|
||||
clear;
|
||||
sudo apt list -u;
|
||||
|
|
Loading…
Reference in New Issue