mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -05:00
Remove redundant lines
This commit is contained in:
parent
67bcfdc344
commit
37a45f2075
1 changed files with 1 additions and 2 deletions
|
@ -15,11 +15,10 @@ river_has_update=$(echo "$aur_updates" | grep -c 'river-git')
|
||||||
zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git')
|
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 master
|
|
||||||
paru -Syu --exclude river-git
|
|
||||||
zigup 0.11.0
|
zigup 0.11.0
|
||||||
paru -S river-git
|
paru -S river-git
|
||||||
zigup master
|
zigup master
|
||||||
|
paru -Syu --ignore river-git
|
||||||
elif [ "$river_has_update" -ne 0 ]; then
|
elif [ "$river_has_update" -ne 0 ]; then
|
||||||
zigup 0.11.0
|
zigup 0.11.0
|
||||||
paru -Syu
|
paru -Syu
|
||||||
|
|
Loading…
Reference in a new issue