diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-24 00:58:40 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-24 00:58:40 -0700 |
commit | 9f07a17ae92aa2694263af09f6236ad7d72a0c90 (patch) | |
tree | 12b543caa88b79164ea1d9ad66ea4092370670c2 | |
parent | b32853ccc76750c1c6e04db4ba61b3c4d9d187c1 (diff) |
refactor
-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 } |