mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Bump zig version for river build
This commit is contained in:
parent
ada842259c
commit
e3a511014a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue