Ignore zls when building river

This commit is contained in:
Andrew Scott 2024-07-09 08:58:25 -04:00
parent 1a5d13f3a1
commit b258c8a683
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -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