diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-04 02:09:00 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-04 02:09:00 -0700 |
commit | e8af9d03c8473d276408b4150553eb65a8c399c0 (patch) | |
tree | cba306652f7fa36cfababe122f8e280ca15b1891 /home/xyz/.local | |
parent | fb06ccb374d812adddf0676a9d9a207884a5ceb4 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-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 4895e32c..aa762fb7 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -68,7 +68,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 --ignore libredwg-git --ignore searxng-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 |