aup for update, aupg for upgrade
This commit is contained in:
parent
fd0c34b133
commit
2970f23d37
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue