New backup 2024-08-25 09:45:01
This commit is contained in:
parent
48d7a8bd04
commit
ad75305806
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ pushall() {
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
#User Env Vars
|
||||||
export DEBEMAIL="support@pogmom.me"
|
export DEBEMAIL="support@pogmom.me"
|
||||||
|
|
Loading…
Add table
Reference in a new issue