summaryrefslogtreecommitdiff
path: root/sh/upd
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2026-04-28 22:36:16 +0800
committerXiao Pan <xyz@flylightning.xyz>2026-04-28 22:36:16 +0800
commitc73429ac9b369d9b1b2e24040e8515c588b07595 (patch)
treec352d2a45b3631fdfab4279591f6068850775de1 /sh/upd
parent723b6629fb734b7ed46e62eb090846505b607c05 (diff)
upd pacman update ignore alacritty
Due to [Stops responding to keyboard after exiting Vi mode on X11 with fcitx5 #8907](https://github.com/alacritty/alacritty/issues/8907). I now temporarily use old alacritty version 0.16.1.
Diffstat (limited to 'sh/upd')
-rwxr-xr-xsh/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/upd b/sh/upd
index 78a8a8b..c7bda9f 100755
--- a/sh/upd
+++ b/sh/upd
@@ -244,7 +244,7 @@ misc () {
}
pac () {
- pacout="$(sudo pacman --noconfirm -Syu | tee /dev/tty)"
+ pacout="$(sudo pacman --noconfirm -Syu --ignore alacritty | tee /dev/tty)"
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" = xyzinsp ] && rustup update