summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-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