X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Fupdate;h=832323ccf8654368ca82fe6b117e4bab682d6d4a;hb=f2792de3daa7905652d5d312d5350fde2ad455de;hp=2dedbc064882a5a9d3f52fda8865b89cb56b40af;hpb=c59a11e7dc0bdceb25590ce97ab2eab76ec5818a;p=dotfiles.git diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 2dedbc0..832323c 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -2,9 +2,9 @@ NUL='>/dev/null 2>&1' cmd() { - echo -n 'apt-get update && apt-get dist-upgrade -y && ' + echo -n 'apt-get update && apt-get dist-upgrade && ' echo -n 'apt-get autoremove --purge && apt-get clean && apt-get autoclean' } 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"