From 37a45f20758ff2f5c201c46571eb8e656b73b668 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Sat, 24 Feb 2024 17:38:30 -0500 Subject: [PATCH] Remove redundant lines --- dot_local/bin/executable_update-all | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_local/bin/executable_update-all b/dot_local/bin/executable_update-all index 7d0d952..8694e93 100644 --- a/dot_local/bin/executable_update-all +++ b/dot_local/bin/executable_update-all @@ -15,11 +15,10 @@ river_has_update=$(echo "$aur_updates" | grep -c 'river-git') zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git') if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then - zigup master - paru -Syu --exclude river-git zigup 0.11.0 paru -S river-git zigup master + paru -Syu --ignore river-git elif [ "$river_has_update" -ne 0 ]; then zigup 0.11.0 paru -Syu