From c4afc6156c59ba2d7a04fb04ad3dd183181df07d Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 25 Mar 2024 21:56:18 -0400 Subject: [PATCH] Change update sequence --- dot_local/bin/executable_update-all | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_local/bin/executable_update-all b/dot_local/bin/executable_update-all index 8694e93..0329917 100644 --- a/dot_local/bin/executable_update-all +++ b/dot_local/bin/executable_update-all @@ -1,6 +1,6 @@ #!/bin/sh -alias paru='paru --skipreview' +alias paru='paru --noconfirm --skipreview' alias zigup='zigup --install-dir "${HOME}/.local/share/zigup" --path-link "${HOME}/.local/bin/zig"' updates=$(checkupdates) @@ -16,9 +16,9 @@ zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git') if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then zigup 0.11.0 - paru -S river-git + paru -Syu river-git zigup master - paru -Syu --ignore river-git + paru -S zls-git elif [ "$river_has_update" -ne 0 ]; then zigup 0.11.0 paru -Syu