mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Ignore zls when building river
This commit is contained in:
parent
1a5d13f3a1
commit
b258c8a683
1 changed files with 1 additions and 1 deletions
|
@ -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
|
if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then
|
||||||
zigup 0.13.0
|
zigup 0.13.0
|
||||||
paru -Syu river-git
|
paru -Syu river-git --ignore zls-git
|
||||||
zigup master
|
zigup master
|
||||||
paru -S zls-git
|
paru -S zls-git
|
||||||
elif [ "$river_has_update" -ne 0 ]; then
|
elif [ "$river_has_update" -ne 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue