summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-03-02 01:58:30 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-03-02 01:58:30 -0800
commit554ac9c646d7abc18803fb15793e83d15af10267 (patch)
treed303b413c297840e8332df17c7b873fb0a5d50ad
parente314a3d23610ac5b981d791e657835451219d45a (diff)
try aalcritty-git see if sometimes typs <D- issue fixed or not, I do not wish build alacritty-git everyday so ignore it
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 8225e3f..678f0de 100755
--- a/sh/upd
+++ b/sh/upd
@@ -145,7 +145,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.
rustup update
- aurout="$(paru --color never --noconfirm -aSu --ignore libredwg-git | tee /dev/tty)"
+ aurout="$(paru --color never --noconfirm -aSu --ignore libredwg-git alacritty-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