mutt new keyid for work
[dotfiles.git] / shell / .local / bin / update
1 #!/bin/sh
2 NUL='>/dev/null 2>&1'
3
4 cmd() {
5 echo -n 'apt-get update && apt-get dist-upgrade && '
6 echo -n 'apt-get autoremove --purge && apt-get clean && apt-get autoclean'
7 }
8
9 sudo sh -c "$(cmd)"
10 sh -c "tlmgr update --self && tlmgr update --all && offlineimap -o -u ttyui && khal $NUL && khard $NUL && pass git pull origin master"