New backup 2024-12-10 12:48:15

This commit is contained in:
Penelope Gwen 2024-12-10 12:48:15 -08:00
parent 63a9385905
commit 801ba890a5

View file

@ -55,6 +55,9 @@ pushall() {
;;
esac
}
alias quickdeb='dpkg-buildpackage -b -tc'
#apt update summary
alias pm-apt-update="sudo apt update;apt list --upgradable"
alias pm-apt-upgrade="sudo apt update;sudo apt upgrade"