diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-02-20 00:00:14 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-02-20 00:00:14 -0800 |
commit | c4144b79036b56b68305f8a5a6d2af3f1a8c926f (patch) | |
tree | ed0f4da8f15b81d7fe33255b78dfb5718aef2596 /home | |
parent | eed319f1178829c03abae87597844a71c35b9303 (diff) |
update
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 9e1bbeee..e56a509c 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -59,7 +59,7 @@ misc () { pac () { pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" - aurpacs="$(paru --noconfirm -aSu | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" + aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git | 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 |