diff options
Diffstat (limited to 'sh/upd')
| -rwxr-xr-x | sh/upd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
