1
Fork 0
mirror of https://github.com/wlinator/dotfiles.git synced 2024-10-02 17:03:13 +00:00

fix issue with checkupdates.sh

This commit is contained in:
wlinator 2024-06-19 09:05:43 -04:00
parent 124276897f
commit c5fdae7d98
2 changed files with 1 additions and 14981 deletions

View file

@ -9,7 +9,7 @@
cd ~/.config/polybar/ cd ~/.config/polybar/
{ # try { # try
checkupdates | wc -l >> updates_list.txt; checkupdates | wc -l > updates_list.txt;
tail -1 updates_list.txt; tail -1 updates_list.txt;
} || { # catch } || { # catch
tail -1 updates_list.txt; tail -1 updates_list.txt;

File diff suppressed because it is too large Load diff