From: Mart Lubbers Date: Thu, 19 Jul 2018 12:46:17 +0000 (+0200) Subject: vdirsyncer not needed, done by offlineimap X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=287a6cfa43d8542ee120a76d24e7ed9929184bc2;p=dotfiles.git vdirsyncer not needed, done by offlineimap --- diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 24892b5..832323c 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -7,4 +7,4 @@ cmd() { } sudo sh -c "$(cmd)" -sh -c "tlmgr update --all --self && offlineimap -o -u ttyui && vdirsyncer sync && khal -c .config/khal/config $NUL && khard $NUL && pass git pull origin master" +sh -c "tlmgr update --all --self && offlineimap -o -u ttyui && khal -c .config/khal/config $NUL && khard $NUL && pass git pull origin master"