diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/upd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/upd b/.local/bin/upd index ac2cd778..c1e8b2be 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -49,6 +49,7 @@ pac () sudo pacman --noconfirm -Syu paru --noconfirm -aSyu # part steal from aur comment + # sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709 rm -rf ~/.cache/paru/clone/neovim-nightly-bin/ && yes 1 | PARU_PAGER=cat paru --rebuild --redownload neovim-nightly-bin sudo pacman -Fy } |