From c73429ac9b369d9b1b2e24040e8515c588b07595 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 28 Apr 2026 22:36:16 +0800 Subject: 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. --- sh/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 -- cgit v1.3