diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-28 02:24:44 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-28 02:24:44 -0700 |
commit | 57382e72a2e84ab806dcbe4d7ef722aeb7956d40 (patch) | |
tree | f0aeda7733056508e1d2fd554b2b7302cdd9d0ea /sh | |
parent | 741f9a2f7b5c8d384baf334e48db1aabe8c5b2ef (diff) |
alacritty new version fix `<D-` ghost type issue, so switch to official alacritty; searxng-git aur package bug of failed build still no fix, ignore for some time
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ pac () { pacpacs="$(echo "$pacout" | grep -m1 '^Packages' | cut -d' ' -f3-)" # Update rust toolchains before paru so paru can compile things in newest rust if needed. [ "$hostname" != xyzca ] && rustup update - aurout="$(paru --color never --noconfirm -aSu --ignore libredwg-git,alacritty-git | tee /dev/tty)" + aurout="$(paru --color never --noconfirm -aSu --ignore libredwg-git,searxng-git | tee /dev/tty)" aurpacs="$(echo "$aurout" | grep '^Aur' | cut -d' ' -f3-)" # /usr/share/libalpm/hooks/rebuild-detector.hook has a line `NeedsTargets` shows it maybe checkrebuild only upgraded packages by `printf 'zoom\nminiconda3' | checkrebuild` instead of maybe check all by `checkrebuild`, so I think query pacman hook will be faster than run another `checkrebuild` # notes about awk f=1 things see https://git.flylightning.xyz/public_archive_codes/tree/sh/mrt |