diff --git a/dot_local/bin/executable_update-all b/dot_local/bin/executable_update-all index 000b360..2659737 100644 --- a/dot_local/bin/executable_update-all +++ b/dot_local/bin/executable_update-all @@ -21,12 +21,12 @@ 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 0.11.0 + zigup 0.13.0 paru -Syu river-git zigup master paru -S zls-git elif [ "$river_has_update" -ne 0 ]; then - zigup 0.11.0 + zigup 0.13.0 paru -Syu zigup master else