apt aliases
This commit is contained in:
parent
e065f96481
commit
102080f10b
5
apt.aliases
Normal file
5
apt.aliases
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Update and Upgrade the system
|
||||||
|
alias aptup='sudo apt update && sudo apt upgrade'
|
||||||
|
|
||||||
|
# Show Packages to update
|
||||||
|
alias aptavail='sudo apt update && sudo apt list --upgradable'
|
||||||
Loading…
Reference in New Issue
Block a user