diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-21 00:31:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-21 00:31:49 -0700 |
commit | 72d9411726f9e509e006ccff26820dd1297d4805 (patch) | |
tree | 6f669acf615551c838a5f15167c99608ab4970f4 /.local | |
parent | 2d1a97670fc67c9c688d381ca745cca9d29b7afe (diff) |
upd pac paru use -a
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/upd b/.local/bin/upd index 6ec24947..5d1e07fb 100755 --- a/.local/bin/upd +++ b/.local/bin/upd @@ -46,7 +46,7 @@ ncm () pac () { sudo pacman --noconfirm -Syu - paru --noconfirm -Syu + paru --noconfirm -aSyu # part steal from aur comment rm -rf ~/.cache/paru/clone/neovim-nightly-bin/ && yes 1 | PARU_PAGER=cat paru --rebuild --redownload neovim-nightly-bin sudo pacman -Fy |