6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
# 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'
|