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 aql="sudo dpkg -l"
|
||||||
alias aqh="sudo apt-mark showhold"
|
alias aqh="sudo apt-mark showhold"
|
||||||
|
|
||||||
function aup {
|
alias aup="sudo apt update"
|
||||||
|
|
||||||
|
function aupg {
|
||||||
sudo apt update;
|
sudo apt update;
|
||||||
clear;
|
clear;
|
||||||
sudo apt list -u;
|
sudo apt list -u;
|
||||||
|
|
Loading…
Reference in New Issue