X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Fupdate;h=a451d417df3264812af6a16c953adf472e4000db;hb=04afc939b89a847081345c90976f45255c6ff871;hp=086ef279f16b8e7f0e8d55e941b0c1b562235339;hpb=4b436b147222f2e4b6be9be24e63114030ffdfd1;p=dotfiles.git diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 086ef27..a451d41 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -13,5 +13,5 @@ cmd() { fi } -sudo sh -c "`cmd`" -sh -c "offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL" +sudo sh -c "$(cmd)" +sh -c "tlmgr update --all --self && offlineimap -u ttyui && vdirsyncer sync && khal $NUL && khard $NUL && pass git pull"