Compare commits

..

No commits in common. "c4afc6156c59ba2d7a04fb04ad3dd183181df07d" and "ae6d926ef6b935003b0c6dfb4432573314286ba6" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
alias paru='paru --noconfirm --skipreview'
alias paru='paru --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 -Syu river-git
paru -S river-git
zigup master
paru -S zls-git
paru -Syu --ignore river-git
elif [ "$river_has_update" -ne 0 ]; then
zigup 0.11.0
paru -Syu

View file

@ -17,6 +17,6 @@ else
-init-color 0x000000 \
-fail-color 0x000000 \
-input-color 0x525c62 \
2>&1 | tee -a "$log_file" &
2>&1 | tee -a "$log_file"
fi