X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Fupdate;h=a451d417df3264812af6a16c953adf472e4000db;hb=04afc939b89a847081345c90976f45255c6ff871;hp=086ef279f16b8e7f0e8d55e941b0c1b562235339;hpb=b7386be5f9c3076292eb22fa0a1b85b366f2b851;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"