summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/upd
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-11-04 13:24:59 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-11-04 13:24:59 -0700
commit42ad4da71dbee4d2e7b8092cca712b5fde570092 (patch)
tree87e986623a31f27f70433e2cd81cac2032866b15 /home/xyz/.local/bin/upd
parentda345e8fc882e74261699c6af870c4334536a6e8 (diff)
bug fixed
Diffstat (limited to 'home/xyz/.local/bin/upd')
-rwxr-xr-xhome/xyz/.local/bin/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 5496053a..aa762fb7 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -67,7 +67,7 @@ misc () {
}
pac () {
- pacpacs="$(sudo pacman --noconfirm -Syu --ignore nvidia-utils | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)"
+ pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)"
aurpacs="$(paru --noconfirm -aSu --ignore libredwg-git --ignore searxng-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)"
# part steal from aur comment
# sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709