diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 23:04:13 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-24 23:04:13 -0700 |
commit | 05d378cd551649994633253fcf044126453563e0 (patch) | |
tree | f94e5b783415f970ad2f32a20fcfdc3e9fb31920 /home/xyz/.local/bin/upd | |
parent | c3031d7dd0ac309de25b7f8e7f1fc6f495e1b83c (diff) |
update
Diffstat (limited to 'home/xyz/.local/bin/upd')
-rwxr-xr-x | home/xyz/.local/bin/upd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index ff4d3a29..4a74bef5 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -48,7 +48,7 @@ misc () { pac () { pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" - aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" + aurpacs="$(paru --noconfirm -aSu | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" # part steal from aur comment # sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709 # echo 1, printf 1 and yes 1 all works? not sure why @@ -63,7 +63,7 @@ pac () { updated pacman packages: $pacpacs updated aur packages: $aurpacs pacdiff: $(pacdiff -o | tr '\n' ' ') -checkrebuild: $(checkrebuild | awk '$2!="zoom"{printf("%s ",$2)}') +checkrebuild: $(checkrebuild) " } |