X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Fupdate;h=24892b523245b86e73c3303c21234aae5ceddeca;hb=305f4e53aba70e6660e927bd26946e338dce6251;hp=06b7fb4c9c57ab5ec11ba503113005eaaa5cdfd3;hpb=4f86395e1e33a5df67315023b2a239a97d806807;p=dotfiles.git diff --git a/shell/.local/bin/update b/shell/.local/bin/update index 06b7fb4..24892b5 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 -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 && vdirsyncer sync && khal -c .config/khal/config $NUL && khard $NUL && pass git pull origin master"