mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Change update sequence
This commit is contained in:
parent
1f1fa6c9fa
commit
c4afc6156c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue