summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-01-10 17:33:11 +0000
committerXiao Pan <gky44px1999@gmail.com>2024-01-10 17:33:11 +0000
commit734d8966d09c13a9e5e19d0db54244ed36f4ee67 (patch)
treea6228941924394b8635a4e65e421f2a50ede30de /home/xyz
parent0ce596a62cc05ba7062db5bdc0e56e8e4c9e903f (diff)
workaround paru regression or fix my script bug
Diffstat (limited to 'home/xyz')
-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 1549e636..e3953e8d 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -25,7 +25,7 @@ pac () {
pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep -m1 '^Packages' | cut -d' ' -f3-)"
# Update rust toolchains before paru so paru can compile things in newest rust if needed.
rustup update
- aurpacs="$(paru --noconfirm -aSu | tee /dev/tty | grep -m1 '^Aur' | cut -d' ' -f3-)"
+ aurpacs="$(paru --color never --noconfirm -aSu | tee /dev/tty | grep -m1 '^Aur' | cut -d' ' -f3-)"
# part steal from aur comment
# sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709
# echo 1, printf 1 and yes 1 all works? not sure why