X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.local%2Fbin%2Fupdate;h=832323ccf8654368ca82fe6b117e4bab682d6d4a;hb=f2792de3daa7905652d5d312d5350fde2ad455de;hp=a451d417df3264812af6a16c953adf472e4000db;hpb=04afc939b89a847081345c90976f45255c6ff871;p=dotfiles.git diff --git a/shell/.local/bin/update b/shell/.local/bin/update index a451d41..832323c 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -1,17 +1,10 @@ #!/bin/sh -DV=/etc/debian_version NUL='>/dev/null 2>&1' cmd() { - if [ -f $DV ] - then - echo -n 'apt-get update && apt-get dist-upgrade -y ' - [ `head -c 1 $DV` -ge 9 ] && echo -n '--' || -n '&& apt-get ' - echo -n 'autoremove --purge && apt-get clean && apt-get autoclean' - else - echo -n 'pacman -Syu && pacman -R `pacman -Qdtq`' - fi + 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 $NUL && khard $NUL && pass git pull" +sh -c "tlmgr update --all --self && offlineimap -o -u ttyui && khal -c .config/khal/config $NUL && khard $NUL && pass git pull origin master"