From b258c8a683b16de62ad724d4f7364796882edae7 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 9 Jul 2024 08:58:25 -0400 Subject: [PATCH] Ignore zls when building river --- dot_local/bin/executable_update-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_update-all b/dot_local/bin/executable_update-all index 2659737..c60b4bc 100644 --- a/dot_local/bin/executable_update-all +++ b/dot_local/bin/executable_update-all @@ -22,7 +22,7 @@ zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git') if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then zigup 0.13.0 - paru -Syu river-git + paru -Syu river-git --ignore zls-git zigup master paru -S zls-git elif [ "$river_has_update" -ne 0 ]; then