Remove redundant lines

This commit is contained in:
Andrew Scott 2024-02-24 17:38:30 -05:00
parent 67bcfdc344
commit 37a45f2075
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -15,11 +15,10 @@ 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 master
paru -Syu --exclude river-git
zigup 0.11.0
paru -S river-git
zigup master
paru -Syu --ignore river-git
elif [ "$river_has_update" -ne 0 ]; then
zigup 0.11.0
paru -Syu