New backup 2024-08-25 09:45:01

This commit is contained in:
Penelope Gwen 2024-08-25 09:45:01 -07:00
parent 48d7a8bd04
commit ad75305806

View file

@ -55,6 +55,9 @@ pushall() {
;;
esac
}
#apt update summary
alias pm-apt-update="sudo apt update;apt list --upgradable"
alias pm-apt-upgrade="sudo apt update;sudo apt upgrade"
#User Env Vars
export DEBEMAIL="support@pogmom.me"